Skip to content

Commit 447326f

Browse files
committed
Run in PR CI
1 parent bc2f1b7 commit 447326f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

src/ci/github-actions/jobs.yml

+13-11
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,19 @@ envs:
8080
# These jobs automatically inherit envs.pr, to avoid repeating
8181
# it in each job definition.
8282
pr:
83-
- image: mingw-check
84-
<<: *job-linux-4c
85-
- image: mingw-check-tidy
86-
continue_on_error: true
87-
<<: *job-linux-4c
88-
- image: x86_64-gnu-llvm-17
89-
env:
90-
ENABLE_GCC_CODEGEN: "1"
91-
<<: *job-linux-16c
92-
- image: x86_64-gnu-tools
93-
<<: *job-linux-16c
83+
- image: aarch64-gnu
84+
<<: *job-aarch64-linux
85+
# - image: mingw-check
86+
# <<: *job-linux-4c
87+
# - image: mingw-check-tidy
88+
# continue_on_error: true
89+
# <<: *job-linux-4c
90+
# - image: x86_64-gnu-llvm-17
91+
# env:
92+
# ENABLE_GCC_CODEGEN: "1"
93+
# <<: *job-linux-16c
94+
# - image: x86_64-gnu-tools
95+
# <<: *job-linux-16c
9496

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

0 commit comments

Comments
 (0)