Skip to content

Commit

Permalink
[DO NOT MERGE] how many assertions do i want? Yes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Dec 13, 2024
1 parent 4847d6a commit e29d81c
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 e29d81c

Please sign in to comment.