Taskcluster does not produce optimized builds for mac
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
People
(Reporter: kjacobs, Assigned: kjacobs)
Details
Attachments
(1 file)
On Taskcluster, "mac opt" and "mac debug" targets both compile with DEBUG flag enable. The "--opt" argument isn't correctly concatenated to the ./build.sh command.
Logs from the latest from mac NSS TC runs:
Debug: https://taskcluster-artifacts.net/Z2drLVS5TwC7Mh_BIFHtHw/0/public/logs/live_backing.log
[taskcluster 2019-05-06T20:39:28.325Z] Executing command 1: bash -c 'nss/automation/taskcluster/scripts/build_gyp.sh'
nss/build.sh -g -v
Release: https://taskcluster-artifacts.net/-CL7624AQQ2ab1b5DmV7eA/0/public/logs/live_backing.log
[taskcluster 2019-05-06T20:39:28.635Z] Executing command 1: bash -c 'nss/automation/taskcluster/scripts/build_gyp.sh' --opt
nss/build.sh -g -v
For comparison, the Linux opt build command is as expected:
nss/build.sh -g -v -t ia32 --opt
I have a fix for this, will push to phabricator as soon as try proves it working.
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Description
•