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.
1 parent 2e07bf5 commit 6e9307fCopy full SHA for 6e9307f
src/ci/github-actions/jobs.yml
@@ -470,6 +470,11 @@ auto:
470
--enable-profiler
471
--enable-sanitizers
472
--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
478
<<: [*env-macos-x86_64-target, *env-macos-xcode]
479
<<: *job-macos-x86_64
480
0 commit comments