solenv/bin/modules/installer/simplepackage.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1722e7235080fe210fa7f0246f32c2838fef601a
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed May 13 14:20:58 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Wed May 13 16:46:09 2020 +0200

    The dmg needs more space also in the ENABLE_DEBUG case
    
    (Not something that is used when actually building for distribution,
    sure, but when testing.)
    
    Change-Id: I67410a8cd9627c5a2c19f58df4529a44e488c961
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94119
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/solenv/bin/modules/installer/simplepackage.pm 
b/solenv/bin/modules/installer/simplepackage.pm
index a0a7163ad31a..6b62092d0ab0 100644
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -454,7 +454,7 @@ sub create_package
             }
         }
         my $megabytes = 1500;
-        $megabytes = 2000 if $ENV{'ENABLE_DBGUTIL'};
+        $megabytes = 2000 if $ENV{'ENABLE_DBGUTIL'} || $ENV{'ENABLE_DEBUG'};
         $systemcall = "cd $localtempdir && hdiutil create -megabytes 
$megabytes -srcfolder $folder $archive -ov -fs HFS+ -volname \"$volume_name\" 
-format UDBZ";
         if (( $ref ne "" ) && ( $$ref ne "" )) {
             $systemcall .= " && hdiutil unflatten $archive && Rez -a $$ref -o 
$archive && hdiutil flatten $archive &&";
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to