Эх сурвалжийг харах

ci: harden FUSE-BPF config with explicit FUSE_FS + BPF_SYSCALL deps

TheWildJames 2 долоо хоног өмнө
parent
commit
be6954b77b

+ 5 - 1
.github/actions/btf/action.yml

@@ -184,5 +184,9 @@ runs:
       with:
         config_list: |
           # FUSE-BPF support (Issue #211) — FUSE filesystems backed by eBPF
-          # programs. Sits on eBPF (Issue #176) above.
+          # programs. Sits on eBPF (Issue #176) above. Explicitly set the
+          # kconfig dependencies (FUSE_FS, BPF via BPF_SYSCALL) so kconfig can't
+          # silently drop FUSE_BPF on any branch whose gki_defconfig differs.
+          CONFIG_FUSE_FS=y
+          CONFIG_BPF_SYSCALL=y
           CONFIG_FUSE_BPF=y