Skip to content

Commit 6a8daf9

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/ci/github-actions/jobs.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,10 @@ auto:
342342
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
343343
MACOSX_DEPLOYMENT_TARGET: 10.12
344344
SELECT_XCODE: /Applications/Xcode_15.2.app
345-
NO_LLVM_ASSERTIONS: 1
346-
NO_DEBUG_ASSERTIONS: 1
347-
NO_OVERFLOW_CHECKS: 1
345+
# XXX(jieyouxu): I want assertions
346+
#NO_LLVM_ASSERTIONS: 1
347+
#NO_DEBUG_ASSERTIONS: 1
348+
#NO_OVERFLOW_CHECKS: 1
348349
DIST_REQUIRE_ALL_TOOLS: 1
349350
CODEGEN_BACKENDS: llvm,cranelift
350351
<<: *job-macos-xl

0 commit comments

Comments
 (0)