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 cd1aa6e commit 7389535Copy full SHA for 7389535
.github/workflows/ci.yml
@@ -66,8 +66,10 @@ jobs:
66
os: ubuntu-20.04-16core-64gb
67
env: {}
68
- name: x86_64-gnu-aux
69
+ env:
70
+ NO_OVERFLOW_CHECKS: "1"
71
+ NO_DEBUG_ASSERTIONS: "1"
72
os: ubuntu-20.04-4core-16gb
- env: {}
73
defaults:
74
run:
75
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
src/ci/github-actions/ci.yml
@@ -366,6 +366,9 @@ jobs:
366
<<: *job-linux-16c
367
368
369
370
371
372
<<: *job-linux-4c
373
374
auto:
0 commit comments