Skip to content

Commit 6c8d395

Browse files
committed
[test] static selftests build
1 parent e8c5ba2 commit 6c8d395

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gcc-bpf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: .github/scripts/download-gcc-bpf.sh ${{ env.GCC_BPF_RELEASE_REPO }} ${{ env.GCC_BPF_INSTALL_DIR }}
8989

9090
- name: Build selftests/bpf/test_progs-bpf_gcc
91-
uses: libbpf/ci/build-selftests@v4
91+
uses: libbpf/ci/build-selftests@v4-debug
9292
env:
9393
BPF_GCC: ${{ env.GCC_BPF_INSTALL_DIR }}
9494
MAX_MAKE_JOBS: 32

.github/workflows/kernel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
llvm-version: ${{ inputs.llvm_version }}
122122

123123
- name: Build selftests/bpf
124-
uses: libbpf/ci/build-selftests@v4
124+
uses: libbpf/ci/build-selftests@v4-debug
125125
env:
126126
MAX_MAKE_JOBS: 32
127127
RELEASE: ${{ inputs.release && '1' || '' }}

0 commit comments

Comments
 (0)