Skip to content
Closed
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