Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 1d49dc3

Browse files
authored
Merge pull request #116 from nathanchance/version-update
CI: 's/-8/-9/g'
2 parents 2e54495 + 7d55d76 commit 1d49dc3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
- name: "ARCH=arm32_v7"
1010
env: ARCH=arm32_v7
1111
- name: "ARCH=arm64 LD=ld.lld"
12-
env: ARCH=arm64 LD=ld.lld-8
12+
env: ARCH=arm64 LD=ld.lld-9
1313
- name: "ARCH=ppc32"
1414
env: ARCH=ppc32
1515
- name: "ARCH=ppc64le"
@@ -34,7 +34,7 @@ matrix:
3434
env: ARCH=arm64 REPO=linux-next
3535
if: type = cron
3636
- 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
3838
if: type = cron
3939
- name: "ARCH=ppc32 REPO=linux-next"
4040
env: ARCH=ppc32 REPO=linux-next

driver.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,10 @@ setup_variables() {
128128
check_dependencies() {
129129
command -v nproc
130130
command -v "${CROSS_COMPILE:-}"as
131-
command -v "${CROSS_COMPILE:-}"ld
132131
command -v ${qemu}
133132
command -v timeout
134133
command -v unbuffer
135-
command -v clang-8
134+
command -v clang-9
136135
command -v "${LD:="${CROSS_COMPILE:-}"ld}"
137136
}
138137

@@ -146,7 +145,7 @@ mako_reactor() {
146145
}
147146

148147
build_linux() {
149-
CC="$(command -v ccache) $(command -v clang-8)"
148+
CC="$(command -v ccache) $(command -v clang-9)"
150149
[[ ${LD} =~ lld ]] && HOSTLD=${LD}
151150

152151
if [[ -d ${tree} ]]; then

0 commit comments

Comments
 (0)