소스 검색

ci: Skip riscv64 for bpf

There is a missing pt_regs implementation in args.rs

Signed-off-by: Dave Tucker <[email protected]>
Dave Tucker 2 년 전
부모
커밋
88834c497d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/build-aya-bpf.yml

+ 2 - 1
.github/workflows/build-aya-bpf.yml

@@ -21,7 +21,8 @@ jobs:
           - x86_64
           - aarch64
           - arm
-          - riscv64
+          # Disable riscv64 due to missing pt_regs handling in aya-bpf/args.rs
+          # - riscv64
     runs-on: ubuntu-20.04
 
     steps: