Skip to content

Commit 33582fc

Browse files
committedNov 20, 2024
ci: Make sure sparc is the first job run then sort the others
1 parent 01244c5 commit 33582fc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎.github/workflows/ci.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
max-parallel: 12
9595
matrix:
9696
target:
97+
# FIXME(sparc): this takes much longer to run than any other job, put
98+
# it first to make sure it gets a head start.
99+
- sparc64-unknown-linux-gnu
97100
- aarch64-linux-android
98101
- aarch64-unknown-linux-gnu
99102
- aarch64-unknown-linux-musl
@@ -107,12 +110,11 @@ jobs:
107110
- powerpc-unknown-linux-gnu
108111
- powerpc64-unknown-linux-gnu
109112
- powerpc64le-unknown-linux-gnu
110-
- s390x-unknown-linux-gnu
111113
- riscv64gc-unknown-linux-gnu
114+
- s390x-unknown-linux-gnu
115+
- wasm32-unknown-emscripten
112116
- wasm32-wasip1
113117
- wasm32-wasip2
114-
- sparc64-unknown-linux-gnu
115-
- wasm32-unknown-emscripten
116118
- x86_64-linux-android
117119
# FIXME: Exec format error (os error 8)
118120
# - x86_64-unknown-linux-gnux32

0 commit comments

Comments
 (0)