Skip to content

Commit 4c667e3

Browse files
committed
TEMP COMMIT: Run aarch64 tests in try builds
1 parent 7e4334c commit 4c667e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@ pr:
9898
# These jobs automatically inherit envs.try, to avoid repeating
9999
# it in each job definition.
100100
try:
101-
- image: dist-x86_64-linux
102-
env:
103-
CODEGEN_BACKENDS: llvm,cranelift
104-
<<: *job-linux-16c
101+
- image: aarch64-gnu
102+
<<: *job-aarch64-linux
105103

106104
# Main CI jobs that have to be green to merge a commit into master
107105
# These jobs automatically inherit envs.auto, to avoid repeating

0 commit comments

Comments
 (0)