[#8830] fix (gvfs-fuse) : Fix the build failure in the fuse-filesystem module.#8827
Merged
jerryshao merged 5 commits intoapache:mainfrom Oct 17, 2025
Merged
[#8830] fix (gvfs-fuse) : Fix the build failure in the fuse-filesystem module.#8827jerryshao merged 5 commits intoapache:mainfrom
jerryshao merged 5 commits intoapache:mainfrom
Conversation
diqiu50
commented
Oct 17, 2025
| check-toml: install-taplo-cli | ||
| taplo check | ||
|
|
||
| check: check-fmt check-clippy check-cargo-sort check-toml cargo-machete |
Contributor
Author
There was a problem hiding this comment.
The libraries depended on by check-toml and cargo-machete have been updated. Our project’s chosen Rust version is not compatible, so these two check tools are temporarily removed.
jerryshao
approved these changes
Oct 17, 2025
jerryshao
pushed a commit
that referenced
this pull request
Oct 17, 2025
…m 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 <hui@datastrato.com>
diqiu50
added a commit
to diqiu50/gravitino
that referenced
this pull request
Oct 24, 2025
…filesystem module (apache#8907) ### What changes were proposed in this pull request? Disable the CI to build fuse-filesystem module. ### Why are the changes needed? apache#8827 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI
mchades
pushed a commit
to mchades/gravitino
that referenced
this pull request
Oct 24, 2025
…filesystem module (apache#8907) ### What changes were proposed in this pull request? Disable the CI to build fuse-filesystem module. ### Why are the changes needed? apache#8827 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI (cherry picked from commit 7c35997)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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