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

Commit 9b5284f

Browse files
committed
travis: Remove arm64 lld build with LLVM 8
This will never pass because LLD 8 does not support '-n'. Failure: https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/198494196 Cause: https://git.kernel.org/linus/691efbedc60d2a7364a90e38882fc762f06f52c4 [skip ci] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent c0350b3 commit 9b5284f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ matrix:
156156
- name: "ARCH=arm64 LLVM_VERSION=8"
157157
env: ARCH=arm64 LLVM_VERSION=8
158158
if: type = cron
159-
- name: "ARCH=arm64 LD=ld.lld LLVM_VERSION=8"
160-
env: ARCH=arm64 LD=ld.lld-8 LLVM_VERSION=8
161-
if: type = cron
162159
- name: "ARCH=ppc32 LLVM_VERSION=8"
163160
env: ARCH=ppc32 LLVM_VERSION=8
164161
if: type = cron

0 commit comments

Comments
 (0)