File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -17,30 +17,35 @@ jobs:
1717 dist-tag : stretch
1818
1919 build-debian-buster :
20+ needs : build-debian-stretch
2021 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
2122 with :
2223 dist-base : debian
2324 dist-tag : buster
2425
2526 build-debian-bullseye :
27+ needs : build-debian-buster
2628 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
2729 with :
2830 dist-base : debian
2931 dist-tag : bullseye
3032
3133 build-ubuntu-bionic :
34+ needs : build-debian-bullseye
3235 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
3336 with :
3437 dist-base : ubuntu
3538 dist-tag : bionic
3639
3740 build-ubuntu-focal :
41+ needs : build-ubuntu-bionic
3842 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
3943 with :
4044 dist-base : ubuntu
4145 dist-tag : focal
4246
4347 build-ubuntu-hirsute :
48+ needs : build-ubuntu-hirsute
4449 uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
4550 with :
4651 dist-base : ubuntu
You can’t perform that action at this time.
0 commit comments