Skip to content

Commit 3af7a5c

Browse files
committed
WIP: cross-compile. Force using my copy of libbpf-ci to test cross compilation
1 parent a6413e3 commit 3af7a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kernel-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ jobs:
9393
with:
9494
llvm-version: ${{ inputs.llvm-version }}
9595
- name: Build kernel image
96-
uses: libbpf/ci/build-linux@main
96+
uses: chantra/libbpf-ci/build-linux@xcompile
9797
with:
9898
arch: ${{ inputs.arch }}
9999
toolchain: ${{ inputs.toolchain }}
100100
kbuild-output: ${{ env.KBUILD_OUTPUT }}
101101
max-make-jobs: 32
102102
llvm-version: ${{ inputs.llvm-version }}
103103
- name: Build selftests
104-
uses: libbpf/ci/build-selftests@main
104+
uses: chantra/libbpf-ci/build-selftests@xcompile
105105
with:
106106
arch: ${{ inputs.arch }}
107107
toolchain: ${{ inputs.toolchain }}
@@ -115,7 +115,7 @@ jobs:
115115
RELEASE: ${{ inputs.release && '1' || '' }}
116116
- if: ${{ github.event_name != 'push' }}
117117
name: Build samples
118-
uses: libbpf/ci/build-samples@main
118+
uses: chantra/libbpf-ci/build-samples@xcompile
119119
with:
120120
arch: ${{ inputs.arch }}
121121
toolchain: ${{ inputs.toolchain }}

0 commit comments

Comments
 (0)