File tree 1 file changed +13
-10
lines changed
1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,17 @@ runners:
36
36
os : [ self-hosted, ARM64, linux ]
37
37
38
38
envs :
39
+ env-x86_64-apple-tests : &env-x86_64-apple-tests
40
+ SCRIPT : ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
41
+ RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
42
+ RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
43
+ MACOSX_DEPLOYMENT_TARGET : 10.12
44
+ MACOSX_STD_DEPLOYMENT_TARGET : 10.12
45
+ SELECT_XCODE : /Applications/Xcode_14.3.1.app
46
+ NO_LLVM_ASSERTIONS : 1
47
+ NO_DEBUG_ASSERTIONS : 1
48
+ NO_OVERFLOW_CHECKS : 1
49
+
39
50
production :
40
51
&production
41
52
DEPLOY_BUCKET : rust-lang-ci2
@@ -272,16 +283,8 @@ auto:
272
283
<< : *job-macos-xl
273
284
274
285
- image : x86_64-apple-1
275
- env : &env-x86_64-apple-tests
276
- SCRIPT : ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc --skip tests/run-make-fulldeps
277
- RUST_CONFIGURE_ARGS : --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
278
- RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
279
- MACOSX_DEPLOYMENT_TARGET : 10.12
280
- MACOSX_STD_DEPLOYMENT_TARGET : 10.12
281
- SELECT_XCODE : /Applications/Xcode_14.3.1.app
282
- NO_LLVM_ASSERTIONS : 1
283
- NO_DEBUG_ASSERTIONS : 1
284
- NO_OVERFLOW_CHECKS : 1
286
+ env :
287
+ << : *env-x86_64-apple-tests
285
288
<< : *job-macos-xl
286
289
287
290
- image : x86_64-apple-2
You can’t perform that action at this time.
0 commit comments