This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-lance-namepspace-dev
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-lance-namepspace-dev by
this push:
new 059d27918c [HOTFIX][#8830] fix (gvfs-fuse) : Disable the CI to build
fuse-filesystem module (#8907)
059d27918c is described below
commit 059d27918c652e006d31522cb52ff260dfdf0076
Author: Yuhui <[email protected]>
AuthorDate: Fri Oct 24 17:57:32 2025 +0800
[HOTFIX][#8830] fix (gvfs-fuse) : Disable the CI to build fuse-filesystem
module (#8907)
### What changes were proposed in this pull request?
Disable the CI to build fuse-filesystem module.
### Why are the changes needed?
#8827
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CI
(cherry picked from commit 7c359976986d2f446681dcdcdae92828d4db6a9d)
---
.github/workflows/gvfs-fuse-build-test.yml | 9 +++++----
clients/filesystem-fuse/Makefile | 4 +++-
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/gvfs-fuse-build-test.yml
b/.github/workflows/gvfs-fuse-build-test.yml
index 09965be35e..a2f0fb8040 100644
--- a/.github/workflows/gvfs-fuse-build-test.yml
+++ b/.github/workflows/gvfs-fuse-build-test.yml
@@ -2,10 +2,11 @@ name: Build gvfs-fuse and testing
# Controls when the workflow will run
on:
- push:
- branches: [ "main", "branch-*" ]
- pull_request:
- branches: [ "main", "branch-*" ]
+ # Temporarily disable
+ # push:
+ # branches: [ "main", "branch-*" ]
+ # pull_request:
+ # branches: [ "main", "branch-*" ]
workflow_dispatch:
concurrency:
diff --git a/clients/filesystem-fuse/Makefile b/clients/filesystem-fuse/Makefile
index bbfc5419f6..890e33244a 100644
--- a/clients/filesystem-fuse/Makefile
+++ b/clients/filesystem-fuse/Makefile
@@ -54,7 +54,9 @@ install-taplo-cli:
check-toml: install-taplo-cli
taplo check
-check: check-fmt check-clippy check-cargo-sort
+# todo: Disable some checks due to build failures caused by Rust dependency
library upgrades.
+# check: check-fmt check-clippy check-cargo-sort check-toml cargo-machete
+check: check-fmt check-cargo-sort
doc-test:
cargo test --no-fail-fast --doc --all-features --workspace