File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 56
56
- name : Execute run-docker.sh
57
57
run : LIBC_CI=1 sh ./ci/run-docker.sh ${{ matrix.target }}
58
58
59
-
60
59
macos :
61
60
name : macOS
62
61
runs-on : macos-10.15
@@ -228,6 +227,7 @@ jobs:
228
227
229
228
docker_linux_tier2 :
230
229
name : Docker Linux Tier2
230
+ needs : [docker_linux_tier1, style_and_docs]
231
231
runs-on : ubuntu-18.04
232
232
strategy :
233
233
fail-fast : false
@@ -306,6 +306,7 @@ jobs:
306
306
# devkitpro's pacman needs to be connected from Docker.
307
307
DockerSwitch :
308
308
name : Docker Switch
309
+ needs : [docker_linux_tier1, style_and_docs]
309
310
runs-on : ubuntu-18.04
310
311
strategy :
311
312
fail-fast : false
@@ -345,12 +346,13 @@ jobs:
345
346
346
347
build_channels_linux :
347
348
name : Build Channels Linux
349
+ needs : docker_linux_tier2
348
350
runs-on : ubuntu-18.04
349
351
env :
350
352
OS : linux
351
353
strategy :
352
354
fail-fast : false
353
- max-parallel : 5
355
+ max-parallel : 4
354
356
matrix :
355
357
toolchain : [
356
358
stable,
@@ -396,15 +398,15 @@ jobs:
396
398
- name : Execute build.sh
397
399
run : LIBC_CI=1 TOOLCHAIN=${{ matrix.toolchain }} sh ./ci/build.sh
398
400
399
-
400
401
build_channels_macos :
401
402
name : Build Channels macOS
403
+ needs : macos
402
404
runs-on : macos-10.15
403
405
env :
404
406
OS : macos
405
407
strategy :
406
408
fail-fast : false
407
- max-parallel : 5
409
+ max-parallel : 3
408
410
matrix :
409
411
toolchain : [
410
412
stable,
@@ -450,9 +452,9 @@ jobs:
450
452
- name : Execute build.sh
451
453
run : LIBC_CI=1 TOOLCHAIN=${{ matrix.toolchain }} sh ./ci/build.sh
452
454
453
-
454
455
semver_linux :
455
456
name : Semver Linux
457
+ needs : build_channels_linux
456
458
runs-on : ubuntu-18.04
457
459
strategy :
458
460
fail-fast : false
@@ -492,6 +494,7 @@ jobs:
492
494
493
495
semver_macos :
494
496
name : Semver macOS
497
+ needs : build_channels_macos
495
498
runs-on : macos-10.15
496
499
strategy :
497
500
fail-fast : false
You can’t perform that action at this time.
0 commit comments