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 a780d8103d [HOTFIX][#8830] fix (gvfs-fuse) : Disable the CI to build 
fuse-filesystem module (#8910)
a780d8103d is described below

commit a780d8103d4bc831fd0dc3932569d573b44f6003
Author: Yuhui <[email protected]>
AuthorDate: Fri Oct 24 21:37:03 2025 +0800

    [HOTFIX][#8830] fix (gvfs-fuse) : Disable the CI to build fuse-filesystem 
module (#8910)
    
    ### 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
---
 .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 5447c49f10..b4f116f65c 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

Reply via email to