Skip to content

Specify NO_LLVM_ASSERTIONS for *-nopt jobs #142516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,15 @@ auto:
- name: i686-gnu-nopt-1
env:
IMAGE: i686-gnu-nopt
NO_LLVM_ASSERTIONS: 1
DOCKER_SCRIPT: /scripts/stage_2_test_set1.sh
<<: *job-linux-4c

# Skip tests that run in i686-gnu-nopt-1
- name: i686-gnu-nopt-2
env:
IMAGE: i686-gnu-nopt
NO_LLVM_ASSERTIONS: 1
DOCKER_SCRIPT: >-
python3 ../x.py test --stage 1 --config /config/nopt-std-config.toml library/std &&
/scripts/stage_2_test_set2.sh
Expand Down Expand Up @@ -412,6 +414,8 @@ auto:
<<: *job-linux-4c

- name: x86_64-gnu-nopt
env:
NO_LLVM_ASSERTIONS: 1
<<: *job-linux-4c

- name: x86_64-gnu-tools
Expand Down
Loading