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

Commit 1549a45

Browse files
Merge pull request #162 from ClangBuiltLinux/no-bfd
remove build targets for which don't use LLD for which there is already
2 parents 28e69f5 + 8c8bbbb commit 1549a45

File tree

1 file changed

+3
-47
lines changed

1 file changed

+3
-47
lines changed

.travis.yml

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -17,46 +17,26 @@ matrix:
1717
- name: "ARCH=x86_64 LD=ld.lld"
1818
env: ARCH=x86_64 LD=ld.lld-9
1919
# linux (cron only)
20-
- name: "ARCH=arm32_v7"
21-
env: ARCH=arm32_v7
22-
if: type = cron
23-
- name: "ARCH=arm64"
24-
env: ARCH=arm64
25-
if: type = cron
26-
- name: "ARCH=x86_64"
27-
env: ARCH=x86_64
28-
if: type = cron
20+
#
2921
# linux-next (cron only)
3022
- name: "ARCH=arm32_v5 REPO=linux-next"
3123
env: ARCH=arm32_v5 REPO=linux-next
3224
if: type = cron
3325
- name: "ARCH=arm32_v6 REPO=linux-next"
3426
env: ARCH=arm32_v6 REPO=linux-next
3527
if: type = cron
36-
- name: "ARCH=arm32_v7 REPO=linux-next"
37-
env: ARCH=arm32_v7 REPO=linux-next
38-
if: type = cron
39-
- name: "ARCH=arm32_v7 REPO=linux-next"
40-
env: ARCH=arm32_v7 REPO=linux-next
41-
if: type = cron
4228
- name: "ARCH=arm32_v7 LD=ld.lld REPO=linux-next"
4329
env: ARCH=arm32_v7 LD=ld.lld-9 REPO=linux-next
4430
if: type = cron
45-
- name: "ARCH=arm64 REPO=linux-next"
46-
env: ARCH=arm64 REPO=linux-next
47-
if: type = cron
4831
- name: "ARCH=arm64 LD=ld.lld REPO=linux-next"
4932
env: ARCH=arm64 LD=ld.lld-9 REPO=linux-next
5033
if: type = cron
51-
- name: "ARCH=ppc32 REPO=linux-next"
34+
- name: "ARCH=ppc32 REPO=linux-next"
5235
env: ARCH=ppc32 REPO=linux-next
5336
if: type = cron
54-
- name: "ARCH=ppc64le REPO=linux-next"
37+
- name: "ARCH=ppc64le REPO=linux-next"
5538
env: ARCH=ppc64le REPO=linux-next
5639
if: type = cron
57-
- name: "ARCH=x86_64 REPO=linux-next"
58-
env: ARCH=x86_64 REPO=linux-next
59-
if: type = cron
6040
- name: "ARCH=x86_64 LD=ld.lld REPO=linux-next"
6141
env: ARCH=x86_64 LD=ld.lld-9 REPO=linux-next
6242
if: type = cron
@@ -70,9 +50,6 @@ matrix:
7050
- name: "ARCH=ppc64le REPO=4.19"
7151
env: ARCH=ppc64le REPO=4.19
7252
if: type = cron
73-
- name: "ARCH=x86_64 REPO=4.19"
74-
env: ARCH=x86_64 REPO=4.19
75-
if: type = cron
7653
- name: "ARCH=x86_64 LD=ld.lld REPO=4.19"
7754
env: ARCH=x86_64 LD=ld.lld-9 REPO=4.19
7855
if: type = cron
@@ -85,9 +62,6 @@ matrix:
8562
- name: "ARCH=ppc64le REPO=4.14"
8663
env: ARCH=ppc64le REPO=4.14
8764
if: type = cron
88-
- name: "ARCH=x86_64 REPO=4.14"
89-
env: ARCH=x86_64 REPO=4.14
90-
if: type = cron
9165
- name: "ARCH=x86_64 LD=ld.lld REPO=4.14"
9266
env: ARCH=x86_64 LD=ld.lld-9 REPO=4.14
9367
if: type = cron
@@ -97,18 +71,12 @@ matrix:
9771
- name: "ARCH=arm64 REPO=4.9"
9872
env: ARCH=arm64 REPO=4.9
9973
if: type = cron
100-
- name: "ARCH=x86_64 REPO=4.9"
101-
env: ARCH=x86_64 REPO=4.9
102-
if: type = cron
10374
- name: "ARCH=x86_64 LD=ld.lld REPO=4.9"
10475
env: ARCH=x86_64 LD=ld.lld-9 REPO=4.9
10576
if: type = cron
10677
- name: "ARCH=arm64 REPO=4.4"
10778
env: ARCH=arm64 REPO=4.4
10879
if: type = cron
109-
- name: "ARCH=x86_64 REPO=4.4"
110-
env: ARCH=x86_64 REPO=4.4
111-
if: type = cron
11280
- name: "ARCH=x86_64 LD=ld.lld REPO=4.4"
11381
env: ARCH=x86_64 LD=ld.lld-9 REPO=4.4
11482
if: type = cron
@@ -122,21 +90,12 @@ matrix:
12290
- name: "ARCH=arm64 REPO=common-4.19"
12391
env: ARCH=arm64 REPO=common-4.19
12492
if: type = cron
125-
- name: "ARCH=x86_64 REPO=common-4.9"
126-
env: ARCH=x86_64 REPO=common-4.9
127-
if: type = cron
12893
- name: "ARCH=x86_64 LD=ld.lld REPO=common-4.9"
12994
env: ARCH=x86_64 LD=ld.lld-9 REPO=common-4.9
13095
if: type = cron
131-
- name: "ARCH=x86_64 REPO=common-4.14"
132-
env: ARCH=x86_64 REPO=common-4.14
133-
if: type = cron
13496
- name: "ARCH=x86_64 LD=ld.lld REPO=common-4.14"
13597
env: ARCH=x86_64 LD=ld.lld-9 REPO=common-4.14
13698
if: type = cron
137-
- name: "ARCH=x86_64 REPO=common-4.19"
138-
env: ARCH=x86_64 REPO=common-4.19
139-
if: type = cron
14099
- name: "ARCH=x86_64 LD=ld.lld REPO=common-4.19"
141100
env: ARCH=x86_64 LD=ld.lld-9 REPO=common-4.19
142101
if: type = cron
@@ -147,9 +106,6 @@ matrix:
147106
- name: "ARCH=arm32_v6 LLVM_VERSION=8"
148107
env: ARCH=arm32_v6 LLVM_VERSION=8
149108
if: type = cron
150-
- name: "ARCH=arm32_v7 LLVM_VERSION=8"
151-
env: ARCH=arm32_v7 LLVM_VERSION=8
152-
if: type = cron
153109
- name: "ARCH=arm32_v7 LD=ld.lld LLVM_VERSION=8"
154110
env: ARCH=arm32_v7 LD=ld.lld-8 LLVM_VERSION=8
155111
if: type = cron

0 commit comments

Comments
 (0)