File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -335,16 +335,18 @@ auto:
335
335
# macOS Builders #
336
336
# ###################
337
337
338
- - image : dist-x86_64-apple
338
+ # XXX(jieyouxu): temporarily change name so we get LLVM assertions...
339
+ - image : dist-x86_64-apple-alt
339
340
env :
340
341
SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
341
342
RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
342
343
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
343
344
MACOSX_DEPLOYMENT_TARGET : 10.12
344
345
SELECT_XCODE : /Applications/Xcode_15.2.app
345
- NO_LLVM_ASSERTIONS : 1
346
- NO_DEBUG_ASSERTIONS : 1
347
- NO_OVERFLOW_CHECKS : 1
346
+ # XXX(jieyouxu): I want assertions
347
+ # NO_LLVM_ASSERTIONS: 1
348
+ # NO_DEBUG_ASSERTIONS: 1
349
+ # NO_OVERFLOW_CHECKS: 1
348
350
DIST_REQUIRE_ALL_TOOLS : 1
349
351
CODEGEN_BACKENDS : llvm,cranelift
350
352
<< : *job-macos-xl
You can’t perform that action at this time.
0 commit comments