Skip to content

Commit 709c148

Browse files
committed
WIP: cross-compile. Force using my copy of libbpf-ci to test cross compilation
1 parent 014c83c commit 709c148

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/kernel-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,20 @@ jobs:
8989
patches-root: '${{ github.workspace }}/ci/diffs'
9090
repo-root: '${{ github.workspace }}'
9191
- name: Setup build environment
92-
uses: libbpf/ci/setup-build-env@main
92+
uses: chantra/libbpf-ci/setup-build-env@xcompile
9393
with:
9494
arch: ${{ inputs.arch }}
9595
llvm-version: ${{ inputs.llvm-version }}
9696
- name: Build kernel image
97-
uses: libbpf/ci/build-linux@main
97+
uses: chantra/libbpf-ci/build-linux@xcompile
9898
with:
9999
arch: ${{ inputs.arch }}
100100
toolchain: ${{ inputs.toolchain }}
101101
kbuild-output: ${{ env.KBUILD_OUTPUT }}
102102
max-make-jobs: 32
103103
llvm-version: ${{ inputs.llvm-version }}
104104
- name: Build selftests
105-
uses: libbpf/ci/build-selftests@main
105+
uses: chantra/libbpf-ci/build-selftests@xcompile
106106
with:
107107
arch: ${{ inputs.arch }}
108108
toolchain: ${{ inputs.toolchain }}
@@ -116,7 +116,7 @@ jobs:
116116
RELEASE: ${{ inputs.release && '1' || '' }}
117117
- if: ${{ github.event_name != 'push' }}
118118
name: Build samples
119-
uses: libbpf/ci/build-samples@main
119+
uses: chantra/libbpf-ci/build-samples@xcompile
120120
with:
121121
arch: ${{ inputs.arch }}
122122
toolchain: ${{ inputs.toolchain }}

0 commit comments

Comments
 (0)