@@ -17,46 +17,26 @@ matrix:
17
17
- name : " ARCH=x86_64 LD=ld.lld"
18
18
env : ARCH=x86_64 LD=ld.lld-9
19
19
# 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
+ #
29
21
# linux-next (cron only)
30
22
- name : " ARCH=arm32_v5 REPO=linux-next"
31
23
env : ARCH=arm32_v5 REPO=linux-next
32
24
if : type = cron
33
25
- name : " ARCH=arm32_v6 REPO=linux-next"
34
26
env : ARCH=arm32_v6 REPO=linux-next
35
27
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
42
28
- name : " ARCH=arm32_v7 LD=ld.lld REPO=linux-next"
43
29
env : ARCH=arm32_v7 LD=ld.lld-9 REPO=linux-next
44
30
if : type = cron
45
- - name : " ARCH=arm64 REPO=linux-next"
46
- env : ARCH=arm64 REPO=linux-next
47
- if : type = cron
48
31
- name : " ARCH=arm64 LD=ld.lld REPO=linux-next"
49
32
env : ARCH=arm64 LD=ld.lld-9 REPO=linux-next
50
33
if : type = cron
51
- - name : " ARCH=ppc32 REPO=linux-next"
34
+ - name : " ARCH=ppc32 REPO=linux-next"
52
35
env : ARCH=ppc32 REPO=linux-next
53
36
if : type = cron
54
- - name : " ARCH=ppc64le REPO=linux-next"
37
+ - name : " ARCH=ppc64le REPO=linux-next"
55
38
env : ARCH=ppc64le REPO=linux-next
56
39
if : type = cron
57
- - name : " ARCH=x86_64 REPO=linux-next"
58
- env : ARCH=x86_64 REPO=linux-next
59
- if : type = cron
60
40
- name : " ARCH=x86_64 LD=ld.lld REPO=linux-next"
61
41
env : ARCH=x86_64 LD=ld.lld-9 REPO=linux-next
62
42
if : type = cron
@@ -70,9 +50,6 @@ matrix:
70
50
- name : " ARCH=ppc64le REPO=4.19"
71
51
env : ARCH=ppc64le REPO=4.19
72
52
if : type = cron
73
- - name : " ARCH=x86_64 REPO=4.19"
74
- env : ARCH=x86_64 REPO=4.19
75
- if : type = cron
76
53
- name : " ARCH=x86_64 LD=ld.lld REPO=4.19"
77
54
env : ARCH=x86_64 LD=ld.lld-9 REPO=4.19
78
55
if : type = cron
@@ -85,9 +62,6 @@ matrix:
85
62
- name : " ARCH=ppc64le REPO=4.14"
86
63
env : ARCH=ppc64le REPO=4.14
87
64
if : type = cron
88
- - name : " ARCH=x86_64 REPO=4.14"
89
- env : ARCH=x86_64 REPO=4.14
90
- if : type = cron
91
65
- name : " ARCH=x86_64 LD=ld.lld REPO=4.14"
92
66
env : ARCH=x86_64 LD=ld.lld-9 REPO=4.14
93
67
if : type = cron
@@ -97,18 +71,12 @@ matrix:
97
71
- name : " ARCH=arm64 REPO=4.9"
98
72
env : ARCH=arm64 REPO=4.9
99
73
if : type = cron
100
- - name : " ARCH=x86_64 REPO=4.9"
101
- env : ARCH=x86_64 REPO=4.9
102
- if : type = cron
103
74
- name : " ARCH=x86_64 LD=ld.lld REPO=4.9"
104
75
env : ARCH=x86_64 LD=ld.lld-9 REPO=4.9
105
76
if : type = cron
106
77
- name : " ARCH=arm64 REPO=4.4"
107
78
env : ARCH=arm64 REPO=4.4
108
79
if : type = cron
109
- - name : " ARCH=x86_64 REPO=4.4"
110
- env : ARCH=x86_64 REPO=4.4
111
- if : type = cron
112
80
- name : " ARCH=x86_64 LD=ld.lld REPO=4.4"
113
81
env : ARCH=x86_64 LD=ld.lld-9 REPO=4.4
114
82
if : type = cron
@@ -122,21 +90,12 @@ matrix:
122
90
- name : " ARCH=arm64 REPO=common-4.19"
123
91
env : ARCH=arm64 REPO=common-4.19
124
92
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
128
93
- name : " ARCH=x86_64 LD=ld.lld REPO=common-4.9"
129
94
env : ARCH=x86_64 LD=ld.lld-9 REPO=common-4.9
130
95
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
134
96
- name : " ARCH=x86_64 LD=ld.lld REPO=common-4.14"
135
97
env : ARCH=x86_64 LD=ld.lld-9 REPO=common-4.14
136
98
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
140
99
- name : " ARCH=x86_64 LD=ld.lld REPO=common-4.19"
141
100
env : ARCH=x86_64 LD=ld.lld-9 REPO=common-4.19
142
101
if : type = cron
@@ -147,9 +106,6 @@ matrix:
147
106
- name : " ARCH=arm32_v6 LLVM_VERSION=8"
148
107
env : ARCH=arm32_v6 LLVM_VERSION=8
149
108
if : type = cron
150
- - name : " ARCH=arm32_v7 LLVM_VERSION=8"
151
- env : ARCH=arm32_v7 LLVM_VERSION=8
152
- if : type = cron
153
109
- name : " ARCH=arm32_v7 LD=ld.lld LLVM_VERSION=8"
154
110
env : ARCH=arm32_v7 LD=ld.lld-8 LLVM_VERSION=8
155
111
if : type = cron
0 commit comments