Selaa lähdekoodia

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

TheWildJames 3 viikkoa sitten
vanhempi
sitoutus
2499edd6e9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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" \