Skip to content

Commit

Permalink
WIP: cross-compile. Force using my copy of libbpf-ci to test cross co…
Browse files Browse the repository at this point in the history
…mpilation
  • Loading branch information
chantra committed Feb 13, 2024
1 parent ad2a3a2 commit 2d01ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ jobs:
with:
llvm-version: ${{ inputs.llvm-version }}
- name: Build kernel image
uses: libbpf/ci/build-linux@main
uses: chantra/libbpf-ci/build-linux@xcompile
with:
arch: ${{ inputs.arch }}
toolchain: ${{ inputs.toolchain }}
kbuild-output: ${{ env.KBUILD_OUTPUT }}
max-make-jobs: 32
llvm-version: ${{ inputs.llvm-version }}
- name: Build selftests
uses: libbpf/ci/build-selftests@main
uses: chantra/libbpf-ci/build-selftests@xcompile
with:
arch: ${{ inputs.arch }}
toolchain: ${{ inputs.toolchain }}
Expand All @@ -115,7 +115,7 @@ jobs:
RELEASE: ${{ inputs.release && '1' || '' }}
- if: ${{ github.event_name != 'push' }}
name: Build samples
uses: libbpf/ci/build-samples@main
uses: chantra/libbpf-ci/build-samples@xcompile
with:
arch: ${{ inputs.arch }}
toolchain: ${{ inputs.toolchain }}
Expand Down

0 comments on commit 2d01ca9

Please sign in to comment.