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.
NO_LLVM_ASSERTIONS
*-nopt
1 parent 7a642cf commit 8aeabf4Copy full SHA for 8aeabf4
src/ci/github-actions/jobs.yml
@@ -292,13 +292,15 @@ auto:
292
- name: i686-gnu-nopt-1
293
env:
294
IMAGE: i686-gnu-nopt
295
+ NO_LLVM_ASSERTIONS: 1
296
DOCKER_SCRIPT: /scripts/stage_2_test_set1.sh
297
<<: *job-linux-4c
298
299
# Skip tests that run in i686-gnu-nopt-1
300
- name: i686-gnu-nopt-2
301
302
303
304
DOCKER_SCRIPT: >-
305
python3 ../x.py test --stage 1 --config /config/nopt-std-config.toml library/std &&
306
/scripts/stage_2_test_set2.sh
@@ -412,6 +414,8 @@ auto:
412
414
413
415
416
- name: x86_64-gnu-nopt
417
+ env:
418
419
420
421
- name: x86_64-gnu-tools
0 commit comments