There was an error while loading. Please reload this page.
1 parent faf124a commit 1f88cdaCopy full SHA for 1f88cda
1 file changed
.github/workflows/kernel-build.yml
@@ -93,6 +93,14 @@ jobs:
93
with:
94
arch: ${{ inputs.arch }}
95
llvm-version: ${{ inputs.llvm-version }}
96
+ - name: Print toolchain version used
97
+ shell: bash
98
+ run: |
99
+ TOOLCHAIN=${{ inputs.toolchain }}
100
+ if [ $TOOLCHAIN = "llvm" ]; then
101
+ TOOLCHAIN="clang-${{ inputs.llvm-version }}"
102
+ fi
103
+ ${TOOLCHAIN} --version
104
- name: Build kernel image
105
uses: libbpf/ci/build-linux@main
106
0 commit comments