소스 검색

ci: force-include stdint.h for fuse-bpf BPF so uintNN_t resolve via clang builtin

TheWildJames 3 주 전
부모
커밋
2499edd6e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/actions/fuse-bpf/action.yml

+ 1 - 1
.github/actions/fuse-bpf/action.yml

@@ -89,7 +89,7 @@ runs:
         GEN_OBJ="${GENERATED_HDR_DIR}/build"
 
         $BPF_CC -target bpf \
-          -include linux/types.h \
+          -include stdint.h \
           -D__TARGET_ARCH_arm64 \
           -I "$GEN_HDR" \
           -idirafter "${GEN_OBJ}/arch/arm64/include/generated/uapi" \