Skip to content

Commit e29d81c

Browse files
committed
[DO NOT MERGE] how many assertions do i want? Yes.
1 parent 4847d6a commit e29d81c

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)