Skip to content

Commit 769bc10

Browse files
committed
ci: Make sure sparc is the first job run then sort the others
(backport <#4124>) (cherry picked from commit 33582fc)
1 parent 4fa42c8 commit 769bc10

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
max-parallel: 12
9696
matrix:
9797
target:
98+
# FIXME(sparc): this takes much longer to run than any other job, put
99+
# it first to make sure it gets a head start.
100+
- sparc64-unknown-linux-gnu
98101
- aarch64-linux-android
99102
- aarch64-unknown-linux-gnu
100103
- aarch64-unknown-linux-musl
@@ -108,12 +111,11 @@ jobs:
108111
- powerpc-unknown-linux-gnu
109112
- powerpc64-unknown-linux-gnu
110113
- powerpc64le-unknown-linux-gnu
111-
- s390x-unknown-linux-gnu
112114
- riscv64gc-unknown-linux-gnu
115+
- s390x-unknown-linux-gnu
116+
- wasm32-unknown-emscripten
113117
- wasm32-wasip1
114118
- wasm32-wasip2
115-
- sparc64-unknown-linux-gnu
116-
- wasm32-unknown-emscripten
117119
- x86_64-linux-android
118120
# FIXME: Exec format error (os error 8)
119121
# - x86_64-unknown-linux-gnux32

0 commit comments

Comments
 (0)