-
Notifications
You must be signed in to change notification settings - Fork 230
Clean up fusedev and enhance makefile targets for macos #746
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
Conversation
There are still some leftover `fusedev` in test cases and documentations, clean up them. Signed-off-by: Jiang Liu <[email protected]>
@jiangliu , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/24083 |
@jiangliu , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
Make target build/release/static-release/ut/install works for macos too. So it's almost the same with Linux Makefile targets now. Signed-off-by: Jiang Liu <[email protected]>
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/24087 |
@jiangliu , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
Fix typo in a unit test case, we should test the inode data read from disk. Signed-off-by: Jiang Liu <[email protected]>
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/24105 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
Clean up fusedev and enhance makefile targets for macos