From 2d01ca9224f73f84e3a8950bd00b209ec798ebb0 Mon Sep 17 00:00:00 2001 From: Manu Bretelle Date: Mon, 12 Feb 2024 18:26:13 -0800 Subject: [PATCH] WIP: cross-compile. Force using my copy of libbpf-ci to test cross compilation --- .github/workflows/kernel-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kernel-build.yml b/.github/workflows/kernel-build.yml index 34b439c..bbeec12 100644 --- a/.github/workflows/kernel-build.yml +++ b/.github/workflows/kernel-build.yml @@ -93,7 +93,7 @@ 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 }} @@ -101,7 +101,7 @@ jobs: 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 }} @@ -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 }}