Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1549603 - Enable optimized builds on taskcluster "mac opt" target…
… r=mt,jcj

Differential Revision: https://phabricator.services.mozilla.com/D30254

--HG--
extra : moz-landing-system : lando
  • Loading branch information
Kevin Jacobs committed May 13, 2019
1 parent ae3732e commit bdf4476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/taskcluster/graph/src/extend.js
Expand Up @@ -316,7 +316,7 @@ async function scheduleMac(name, base, args = "") {
command: [
MAC_CHECKOUT_CMD,
["bash", "-c",
"nss/automation/taskcluster/scripts/build_gyp.sh", args]
"nss/automation/taskcluster/scripts/build_gyp.sh " + args]
],
provisioner: "localprovisioner",
workerType: "nss-macos-10-12",
Expand Down

0 comments on commit bdf4476

Please sign in to comment.