Closed Bug 1549603 Opened 7 years ago Closed 7 years ago

Taskcluster does not produce optimized builds for mac

Categories

(NSS :: Build, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

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.

Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.45
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: