GNOME Bugzilla – Bug 790705
osx: Hang when using hdiutil on high sierra
Last modified: 2017-12-01 08:11:22 UTC
When putting all pkg in the final dmg, hdiutil will hang on high sierra. This is because it seems to fail with multiple -srcfolder arguments. The solution is to put everything in one directory and specifying just one folder.
commit 9944865fca62a1ef619858775e594eb1256932c2 (HEAD -> master, origin/master) Author: Edward Hervey <edward@centricular.com> Date: Thu Nov 23 09:01:32 2017 +0100 osx: Fix issue with hdiutil Since High Sierra, hdiutil hangs when being provided multiple '-srcfolder' arguments. To workaround the issue in a backwards compatible fashion, copy all content we wish to push into an image in a temporary directory and use that single directory as the target. https://bugzilla.gnome.org/show_bug.cgi?id=790705