Closed Bug 975678 Opened 10 years ago Closed 10 years ago

Need to increase file size limit for mar files to enable linux+mac mar signing

Categories

(Release Engineering :: General, defect, P2)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nthomas, Assigned: nthomas)

References

Details

Attachments

(1 file)

Complete mar files are only slightly smaller than dmgs, so set the limits the same for both.
Attachment #8380138 - Flags: review?(catlee)
Attachment #8380138 - Flags: review?(catlee) → review+
Comment on attachment 8380138 [details] [diff] [review]
[puppet] Make dmg and mar limits the same

Landed on default and merged to production:
remote:   https://hg.mozilla.org/build/puppet/rev/a915ec73f21c
remote:   https://hg.mozilla.org/build/puppet/rev/de3cd283ae0d

Puppet will deploy within an hour or so.
Attachment #8380138 - Flags: checked-in+
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
This is still failing for me on 2014-02-25:
https://tbpl.mozilla.org/php/getParsedLog.php?id=35218124&tree=Oak#error0

2014-02-25 07:19:36,471 - b881683fb4cae9cb55c647d4c550f62d6feab9fc: uploading for signing
2014-02-25 07:19:57,861 - b881683fb4cae9cb55c647d4c550f62d6feab9fc: error uploading file for signing: 400 File too large
2014-02-25 07:19:58,862 - b881683fb4cae9cb55c647d4c550f62d6feab9fc: processing FirefoxNightly.app.tar.gz on https://mac-signing1.srv.releng.scl3.mozilla.com:9110
That's a new error, when trying to submit all the contents of what will be in the dmg:

$ ls -l build/obj-firefox/i386/dist/universal/firefox/FirefoxNightly.app.tar.gz
-rw-rw-rw-  1 cltbld  staff  84896184 25 Feb 07:17 build/obj-firefox/i386/dist/universal/firefox/FirefoxNightly.app.tar.gz

Some 1010104 bytes over the current size limit. The size of the NSS dylibs you're putting into updater.app/Contents/MacOS is:

6.5M 25 Feb 07:17 libnss3.dylib
903K 25 Feb 07:17 libfreebl3.dylib
638K 25 Feb 07:17 libsoftokn3.dylib
357K 25 Feb 07:17 updater
258K 25 Feb 07:17 libmozglue.dylib

Unless dmg compression is supersmart about deduping data this will also increase the dmg size by about 3MB. Perhaps a hardlink instead ?
I'll try, thanks for looking into it.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: