Skip to content

Commit 61700e5

Browse files
committed
Auto merge of rust-lang#134275 - jieyouxu:exp-x86_64-apple-ci, r=<try>
[EXPERIMENTAL] Something's Wrong I Can Feel It (x86_64 apple funny business) See rust-lang#134220 r? `@ghost` try-job: dist-x86_64-apple-alt
2 parents a1740a9 + c8aff1d commit 61700e5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/ci/github-actions/jobs.yml

+6-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)