Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 1574cec

Browse files
committed
DO NOT SUBMIT: Force Android tests to run
1 parent ebc58ac commit 1574cec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ pr:
9292
- image: x86_64-gnu-tools
9393
<<: *job-linux-16c
9494

95+
- image: arm-android
96+
<<: *job-linux-4c
97+
98+
- image: aarch64-android
99+
<<: *job-linux-8c
100+
95101
# Jobs that run when you perform a try build (@bors try)
96102
# These jobs automatically inherit envs.try, to avoid repeating
97103
# it in each job definition.
@@ -112,12 +118,6 @@ auto:
112118
- image: aarch64-gnu
113119
<<: *job-aarch64-linux
114120

115-
- image: arm-android
116-
<<: *job-linux-4c
117-
118-
- image: aarch64-android
119-
<<: *job-linux-8c
120-
121121
- image: armhf-gnu
122122
<<: *job-linux-4c
123123

0 commit comments

Comments
 (0)