This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.0 by this push:
     new b4ddb9b91b [#8830] fix (gvfs-fuse) : Fix the build failure in the 
fuse-filesystem module. (#8831)
b4ddb9b91b is described below

commit b4ddb9b91b4d0c5d093de191d68c97debe039dd6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 16:35:08 2025 +0800

    [#8830] fix (gvfs-fuse) : Fix the build failure in the fuse-filesystem 
module. (#8831)
    
    ### 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
    
    Co-authored-by: Yuhui <[email protected]>
---
 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

Reply via email to