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
  • Loading branch information
bors committed Dec 13, 2024
2 parents 4847d6a + e29d81c commit 6a8daf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,10 @@ auto:
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 6a8daf9

Please sign in to comment.