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