Skip to content

Commit

Permalink
Auto merge of rust-lang#134275 - jieyouxu:exp-x86_64-apple-ci, r=<try>
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
bors committed Dec 14, 2024
2 parents a1740a9 + c8aff1d commit 61700e5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,16 +335,18 @@ auto:
# macOS Builders #
####################

- image: dist-x86_64-apple
# XXX(jieyouxu): temporarily change name so we get LLVM assertions...
- image: dist-x86_64-apple-alt
env:
SCRIPT: ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
MACOSX_DEPLOYMENT_TARGET: 10.12
SELECT_XCODE: /Applications/Xcode_15.2.app
NO_LLVM_ASSERTIONS: 1
NO_DEBUG_ASSERTIONS: 1
NO_OVERFLOW_CHECKS: 1
# XXX(jieyouxu): I want assertions
#NO_LLVM_ASSERTIONS: 1
#NO_DEBUG_ASSERTIONS: 1
#NO_OVERFLOW_CHECKS: 1
DIST_REQUIRE_ALL_TOOLS: 1
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-macos-xl
Expand Down

0 comments on commit 61700e5

Please sign in to comment.