We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c5ba2 commit 6c8d395Copy full SHA for 6c8d395
2 files changed
.github/workflows/gcc-bpf.yml
@@ -88,7 +88,7 @@ jobs:
88
run: .github/scripts/download-gcc-bpf.sh ${{ env.GCC_BPF_RELEASE_REPO }} ${{ env.GCC_BPF_INSTALL_DIR }}
89
90
- name: Build selftests/bpf/test_progs-bpf_gcc
91
- uses: libbpf/ci/build-selftests@v4
+ uses: libbpf/ci/build-selftests@v4-debug
92
env:
93
BPF_GCC: ${{ env.GCC_BPF_INSTALL_DIR }}
94
MAX_MAKE_JOBS: 32
.github/workflows/kernel-build.yml
@@ -121,7 +121,7 @@ jobs:
121
llvm-version: ${{ inputs.llvm_version }}
122
123
- name: Build selftests/bpf
124
125
126
127
RELEASE: ${{ inputs.release && '1' || '' }}
0 commit comments