This repository was archived by the owner on Apr 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 9
9
- name : " ARCH=arm32_v7"
10
10
env : ARCH=arm32_v7
11
11
- name : " ARCH=arm64 LD=ld.lld"
12
- env : ARCH=arm64 LD=ld.lld-8
12
+ env : ARCH=arm64 LD=ld.lld-9
13
13
- name : " ARCH=ppc32"
14
14
env : ARCH=ppc32
15
15
- name : " ARCH=ppc64le"
@@ -34,7 +34,7 @@ matrix:
34
34
env : ARCH=arm64 REPO=linux-next
35
35
if : type = cron
36
36
- name : " ARCH=arm64 LD=ld.lld REPO=linux-next"
37
- env : ARCH=arm64 LD=ld.lld-8 REPO=linux-next
37
+ env : ARCH=arm64 LD=ld.lld-9 REPO=linux-next
38
38
if : type = cron
39
39
- name : " ARCH=ppc32 REPO=linux-next"
40
40
env : ARCH=ppc32 REPO=linux-next
Original file line number Diff line number Diff line change @@ -128,11 +128,10 @@ setup_variables() {
128
128
check_dependencies () {
129
129
command -v nproc
130
130
command -v " ${CROSS_COMPILE:- } " as
131
- command -v " ${CROSS_COMPILE:- } " ld
132
131
command -v ${qemu}
133
132
command -v timeout
134
133
command -v unbuffer
135
- command -v clang-8
134
+ command -v clang-9
136
135
command -v " ${LD:= " ${CROSS_COMPILE:- } " ld} "
137
136
}
138
137
@@ -146,7 +145,7 @@ mako_reactor() {
146
145
}
147
146
148
147
build_linux () {
149
- CC=" $( command -v ccache) $( command -v clang-8 ) "
148
+ CC=" $( command -v ccache) $( command -v clang-9 ) "
150
149
[[ ${LD} =~ lld ]] && HOSTLD=${LD}
151
150
152
151
if [[ -d ${tree} ]]; then
You can’t perform that action at this time.
0 commit comments