We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4847d6a + e29d81c commit 6a8daf9Copy full SHA for 6a8daf9
src/ci/github-actions/jobs.yml
@@ -342,9 +342,10 @@ auto:
342
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
343
MACOSX_DEPLOYMENT_TARGET: 10.12
344
SELECT_XCODE: /Applications/Xcode_15.2.app
345
- NO_LLVM_ASSERTIONS: 1
346
- NO_DEBUG_ASSERTIONS: 1
347
- NO_OVERFLOW_CHECKS: 1
+ # XXX(jieyouxu): I want assertions
+ #NO_LLVM_ASSERTIONS: 1
+ #NO_DEBUG_ASSERTIONS: 1
348
+ #NO_OVERFLOW_CHECKS: 1
349
DIST_REQUIRE_ALL_TOOLS: 1
350
CODEGEN_BACKENDS: llvm,cranelift
351
<<: *job-macos-xl
0 commit comments