-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
尝试重新提交 #506
尝试重新提交 #506
Conversation
自动流水线没有创建,这块要加一下 // Copyright 2023 The LMP Authors. 以上是我们的代码注释头,大家顺手都加上 |
…ramework directory
@@ -732,4 +732,4 @@ int main(int argc, char *argv[]) | |||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1、给这个文件加一个 makefile,
2、加一个 github 的action流水线,可以自动化编译。
3、让这个fusedemo 可以在 ubuntu22.4 以上的系统上可以跑。
ldconfig | ||
gcc fusedemo.c -o fusedemo `pkg-config fuse3 --cflags --libs` | ||
``` | ||
## 运行(挂载): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个放到 fusedemo 的 readme 中?
在issuse里面创建tasklist,和pr关联起来再提交。 |
师兄好,由于该项目是在ubuntu16.04上进行开发,因此无法在ubuntu22.04版本上进行正常复现和测试,并且该项目的开发过程中并未用到bcc等工具,只修改了内核代码,所以没有加相关的编译测试 |
### 将fuse加入pkg环境变量后用gcc编译:(填入你自己的fuse3.pc地址) | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个 demo 可以在 2204 上跑吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个demo是可以的,但是剩下的有部分代码应该是跑不了的
Pull Request Template
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist