76
76
# version that we're using, 8.2, cannot compile LLVM for OSX 10.7.
77
77
x86_64-apple :
78
78
SCRIPT : ./x.py test
79
- RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
79
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
80
80
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
81
81
MACOSX_DEPLOYMENT_TARGET : 10.8
82
82
MACOSX_STD_DEPLOYMENT_TARGET : 10.7
85
85
86
86
dist-x86_64-apple :
87
87
SCRIPT : ./x.py dist
88
- RUST_CONFIGURE_ARGS : --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc
88
+ INITIAL_RUST_CONFIGURE_ARGS : --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc
89
89
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
90
90
MACOSX_DEPLOYMENT_TARGET : 10.7
91
91
NO_LLVM_ASSERTIONS : 1
94
94
95
95
dist-x86_64-apple-alt :
96
96
SCRIPT : ./x.py dist
97
- RUST_CONFIGURE_ARGS : --enable-extended --enable-profiler --set rust.jemalloc
97
+ INITIAL_RUST_CONFIGURE_ARGS : --enable-extended --enable-profiler --set rust.jemalloc
98
98
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
99
99
MACOSX_DEPLOYMENT_TARGET : 10.7
100
100
NO_LLVM_ASSERTIONS : 1
@@ -111,41 +111,41 @@ jobs:
111
111
matrix :
112
112
# 32/64 bit MSVC tests
113
113
x86_64-msvc-1 :
114
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
114
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
115
115
SCRIPT : make ci-subset-1
116
116
# FIXME(#59637)
117
117
NO_DEBUG_ASSERTIONS : 1
118
118
NO_LLVM_ASSERTIONS : 1
119
119
x86_64-msvc-2 :
120
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
120
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
121
121
SCRIPT : make ci-subset-2
122
122
i686-msvc-1 :
123
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
123
+ INITIAL_RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
124
124
SCRIPT : make ci-subset-1
125
125
# FIXME(#59637)
126
126
NO_DEBUG_ASSERTIONS : 1
127
127
NO_LLVM_ASSERTIONS : 1
128
128
i686-msvc-2 :
129
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
129
+ INITIAL_RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
130
130
SCRIPT : make ci-subset-2
131
131
# FIXME(#59637)
132
132
NO_DEBUG_ASSERTIONS : 1
133
133
NO_LLVM_ASSERTIONS : 1
134
134
# MSVC aux tests
135
135
x86_64-msvc-aux :
136
136
RUST_CHECK_TARGET : check-aux EXCLUDE_CARGO=1
137
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
137
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
138
138
x86_64-msvc-cargo :
139
139
SCRIPT : python x.py test src/tools/cargotest src/tools/cargo
140
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
140
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
141
141
VCVARS_BAT : vcvars64.bat
142
142
# FIXME(#59637)
143
143
NO_DEBUG_ASSERTIONS : 1
144
144
NO_LLVM_ASSERTIONS : 1
145
145
# MSVC tools tests
146
146
x86_64-msvc-tools :
147
147
SCRIPT : src/ci/docker/x86_64-gnu-tools/checktools.sh x.py
148
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json
148
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json
149
149
150
150
# 32/64-bit MinGW builds.
151
151
#
@@ -161,57 +161,57 @@ jobs:
161
161
# came from the mingw-w64 SourceForge download site. Unfortunately
162
162
# SourceForge is notoriously flaky, so we mirror it on our own infrastructure.
163
163
i686-mingw-1 :
164
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
164
+ INITIAL_RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
165
165
SCRIPT : make ci-mingw-subset-1
166
166
CUSTOM_MINGW : 1
167
167
# FIXME(#59637)
168
168
NO_DEBUG_ASSERTIONS : 1
169
169
NO_LLVM_ASSERTIONS : 1
170
170
i686-mingw-2 :
171
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
171
+ INITIAL_RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu
172
172
SCRIPT : make ci-mingw-subset-2
173
173
CUSTOM_MINGW : 1
174
174
x86_64-mingw-1 :
175
175
SCRIPT : make ci-mingw-subset-1
176
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
176
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
177
177
CUSTOM_MINGW : 1
178
178
# FIXME(#59637)
179
179
NO_DEBUG_ASSERTIONS : 1
180
180
NO_LLVM_ASSERTIONS : 1
181
181
x86_64-mingw-2 :
182
182
SCRIPT : make ci-mingw-subset-2
183
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
183
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu
184
184
CUSTOM_MINGW : 1
185
185
186
186
# 32/64 bit MSVC and GNU deployment
187
187
dist-x86_64-msvc :
188
- RUST_CONFIGURE_ARGS : >-
188
+ INITIAL_RUST_CONFIGURE_ARGS : >-
189
189
--build=x86_64-pc-windows-msvc
190
190
--target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
191
191
--enable-full-tools
192
192
--enable-profiler
193
193
SCRIPT : python x.py dist
194
194
DIST_REQUIRE_ALL_TOOLS : 1
195
195
dist-i686-msvc :
196
- RUST_CONFIGURE_ARGS : >-
196
+ INITIAL_RUST_CONFIGURE_ARGS : >-
197
197
--build=i686-pc-windows-msvc
198
198
--target=i586-pc-windows-msvc
199
199
--enable-full-tools
200
200
--enable-profiler
201
201
SCRIPT : python x.py dist
202
202
DIST_REQUIRE_ALL_TOOLS : 1
203
203
dist-i686-mingw :
204
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
204
+ INITIAL_RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
205
205
SCRIPT : python x.py dist
206
206
CUSTOM_MINGW : 1
207
207
DIST_REQUIRE_ALL_TOOLS : 1
208
208
dist-x86_64-mingw :
209
209
SCRIPT : python x.py dist
210
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
210
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
211
211
CUSTOM_MINGW : 1
212
212
DIST_REQUIRE_ALL_TOOLS : 1
213
213
214
214
# "alternate" deployment, see .travis.yml for more info
215
215
dist-x86_64-msvc-alt :
216
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
216
+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
217
217
SCRIPT : python x.py dist
0 commit comments