Skip to content

Commit 89e45f0

Browse files
committed
darwin_app: fix GH CI, 2nd try.
1 parent 2dd8f7d commit 89e45f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/darwin_app/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ dmg:
189189
# sign libs (@MovementGH, https://github.com/pd-l2ork/pd-l2ork/commit/5a99fac)
190190
./sign-MacOSX-dependencies.sh $(PD_APP_CONTENTS)
191191
rm -f build.dmg
192-
hdiutil create -format UDRW -fs HFS+ -srcfolder "$(BUILD_BASE)" \
193-
-volname $(VOLUME_NAME) build.dmg
194192
# GH runner often fails here, do max 10 retries
195193
nretries=10; until [[ $$nretries -le 0 ]] || hdiutil create -format UDRW -fs HFS+ -srcfolder "$(BUILD_BASE)" -volname $(VOLUME_NAME) build.dmg; do echo "hdiutil create failed, retrying"; sleep 5; nretries=$$(expr $$nretries - 1); done
196194
# detach one with the same name first

0 commit comments

Comments
 (0)