From f9b7e4f5547a841e06c30df9804f3122c021d27f Mon Sep 17 00:00:00 2001 From: Dennis Jackson Date: Tue, 22 Mar 2022 16:18:24 +0000 Subject: Bug 1760828 - Change to makefiles for gcc-4.8. r=nss-reviewers,mt Depends on D131425 Differential Revision: https://phabricator.services.mozilla.com/D141764 --- automation/taskcluster/graph/src/extend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automation') 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" })); -- cgit v1.2.1