summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorDennis Jackson <djackson@mozilla.com>2022-03-22 16:18:24 +0000
committerDennis Jackson <djackson@mozilla.com>2022-03-22 16:18:24 +0000
commitf9b7e4f5547a841e06c30df9804f3122c021d27f (patch)
treea7b15173a75cef3cdc1e5ee6f32113cf73139164 /automation
parent96114eda5a1efd015a2414dcb58290c2bae7d1fe (diff)
downloadnss-hg-f9b7e4f5547a841e06c30df9804f3122c021d27f.tar.gz
Bug 1760828 - Change to makefiles for gcc-4.8. r=nss-reviewers,mt
Depends on D131425 Differential Revision: https://phabricator.services.mozilla.com/D141764
Diffstat (limited to 'automation')
-rw-r--r--automation/taskcluster/graph/src/extend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/taskcluster/graph/src/extend.js b/automation/taskcluster/graph/src/extend.js
index e60fdfb1e..18491a6a3 100644
--- a/automation/taskcluster/graph/src/extend.js
+++ b/automation/taskcluster/graph/src/extend.js
@@ -575,7 +575,7 @@ async function scheduleLinux(name, overrides, args = "") {
command: [
"/bin/bash",
"-c",
- "bin/checkout.sh && nss/automation/taskcluster/scripts/build_gyp.sh -Ddisable_intel_hw_sha=1"
+ "bin/checkout.sh && nss/automation/taskcluster/scripts/build.sh",
],
symbol: "gcc-4.8"
}));