Skip to content

Commit c625646

Browse files
committed
Remove commented out build dependencies - no longer needed after move to use softprops action.
1 parent 48b3eca commit c625646

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release-all.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,30 @@ jobs:
1717
dist-tag: stretch
1818

1919
build-debian-buster:
20-
# needs: build-debian-stretch
2120
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
2221
with:
2322
dist-base: debian
2423
dist-tag: buster
2524

2625
build-debian-bullseye:
27-
# needs: build-debian-buster
2826
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
2927
with:
3028
dist-base: debian
3129
dist-tag: bullseye
3230

3331
build-ubuntu-bionic:
34-
# needs: build-debian-bullseye
3532
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
3633
with:
3734
dist-base: ubuntu
3835
dist-tag: bionic
3936

4037
build-ubuntu-focal:
41-
# needs: build-ubuntu-bionic
4238
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
4339
with:
4440
dist-base: ubuntu
4541
dist-tag: focal
4642

4743
build-ubuntu-hirsute:
48-
# needs: build-ubuntu-focal
4944
uses: mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
5045
with:
5146
dist-base: ubuntu

0 commit comments

Comments
 (0)