This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new d47bc71768 [#8830] fix (gvfs-fuse) : Fix the build failure in the
fuse-filesystem module. (#8827)
d47bc71768 is described below
commit d47bc717687cde8e58c9129147151c968745a860
Author: Yuhui <[email protected]>
AuthorDate: Fri Oct 17 15:46:09 2025 +0800
[#8830] fix (gvfs-fuse) : Fix the build failure in the fuse-filesystem
module. (#8827)
### What changes were proposed in this pull request?
Fix the build failure in the fuse-filesystem module.
Remove tools that did not work.
### Why are the changes needed?
Fix: #8827
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CI
---
clients/filesystem-fuse/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/filesystem-fuse/Makefile b/clients/filesystem-fuse/Makefile
index 6fc1fa32a5..bbfc5419f6 100644
--- a/clients/filesystem-fuse/Makefile
+++ b/clients/filesystem-fuse/Makefile
@@ -54,7 +54,7 @@ install-taplo-cli:
check-toml: install-taplo-cli
taplo check
-check: check-fmt check-clippy check-cargo-sort check-toml cargo-machete
+check: check-fmt check-clippy check-cargo-sort
doc-test:
cargo test --no-fail-fast --doc --all-features --workspace