Skip to content

Commit 55096ad

Browse files
committed
Try i686-gnu jobs
1 parent 84f7291 commit 55096ad

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,11 @@ envs:
9999
# These jobs automatically inherit envs.pr, to avoid repeating
100100
# it in each job definition.
101101
pr:
102-
- name: mingw-check
103-
<<: *job-linux-4c
104-
- name: mingw-check-tidy
105-
continue_on_error: true
106-
<<: *job-linux-4c
107-
- name: x86_64-gnu-llvm-18
102+
- name: i686-gnu-nopt-1
108103
env:
109-
ENABLE_GCC_CODEGEN: "1"
110-
# We are adding (temporarily) a dummy commit on the compiler
111-
READ_ONLY_SRC: "0"
112-
DOCKER_SCRIPT: x86_64-gnu-llvm.sh
113-
<<: *job-linux-16c
114-
- name: x86_64-gnu-tools
115-
<<: *job-linux-16c
104+
IMAGE: i686-gnu-nopt
105+
DOCKER_SCRIPT: /scripts/stage_2_test_set1.sh
106+
<<: *job-linux-4c
116107

117108
# Jobs that run when you perform a try build (@bors try)
118109
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)