File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,15 +93,15 @@ jobs:
93
93
with :
94
94
llvm-version : ${{ inputs.llvm-version }}
95
95
- name : Build kernel image
96
- uses : libbpf/ ci/build-linux@main
96
+ uses : chantra/libbpf- ci/build-linux@xcompile
97
97
with :
98
98
arch : ${{ inputs.arch }}
99
99
toolchain : ${{ inputs.toolchain }}
100
100
kbuild-output : ${{ env.KBUILD_OUTPUT }}
101
101
max-make-jobs : 32
102
102
llvm-version : ${{ inputs.llvm-version }}
103
103
- name : Build selftests
104
- uses : libbpf/ ci/build-selftests@main
104
+ uses : chantra/libbpf- ci/build-selftests@xcompile
105
105
with :
106
106
arch : ${{ inputs.arch }}
107
107
toolchain : ${{ inputs.toolchain }}
@@ -115,7 +115,7 @@ jobs:
115
115
RELEASE : ${{ inputs.release && '1' || '' }}
116
116
- if : ${{ github.event_name != 'push' }}
117
117
name : Build samples
118
- uses : libbpf/ ci/build-samples@main
118
+ uses : chantra/libbpf- ci/build-samples@xcompile
119
119
with :
120
120
arch : ${{ inputs.arch }}
121
121
toolchain : ${{ inputs.toolchain }}
You can’t perform that action at this time.
0 commit comments