File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -335,16 +335,18 @@ auto:
335335 # macOS Builders #
336336 # ###################
337337
338- - image : dist-x86_64-apple
338+ # XXX(jieyouxu): temporarily change name so we get LLVM assertions...
339+ - image : dist-x86_64-apple-alt
339340 env :
340341 SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
341342 RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
342343 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
343344 MACOSX_DEPLOYMENT_TARGET : 10.12
344345 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
348350 DIST_REQUIRE_ALL_TOOLS : 1
349351 CODEGEN_BACKENDS : llvm,cranelift
350352 << : *job-macos-xl
You can’t perform that action at this time.
0 commit comments