action.yml 454 B

12345678910111213
  1. name: 'Enable FUSE-BPF Kernel Support'
  2. description: 'Enable CONFIG_FUSE_BPF kernel-side support (Issue #211)'
  3. runs:
  4. using: "composite"
  5. steps:
  6. - name: Enable FUSE-BPF Kernel Config
  7. uses: ./.github/actions/set-kernel-config
  8. with:
  9. config_list: |
  10. # FUSE-BPF support (Issue #211) — FUSE filesystems backed by eBPF
  11. # programs. Requires eBPF support (Issue #176) enabled underneath.
  12. CONFIG_FUSE_BPF=y