Skip to content

Commit 6e9307f

Browse files
committed
no check
1 parent 2e07bf5 commit 6e9307f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,11 @@ auto:
470470
--enable-profiler
471471
--enable-sanitizers
472472
--set rust.jemalloc
473+
# The x86_64 macOS builders are relatively slow, so we disable
474+
# extra assertions/checks to get back a bit of speed.
475+
NO_LLVM_ASSERTIONS: 1
476+
NO_DEBUG_ASSERTIONS: 1
477+
NO_OVERFLOW_CHECKS: 1
473478
<<: [*env-macos-x86_64-target, *env-macos-xcode]
474479
<<: *job-macos-x86_64
475480

0 commit comments

Comments
 (0)