summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorJ08nY <johny@neuromancer.sk>2022-03-22 16:18:23 +0000
committerJ08nY <johny@neuromancer.sk>2022-03-22 16:18:23 +0000
commit96114eda5a1efd015a2414dcb58290c2bae7d1fe (patch)
tree4d1d848eabc2360eb769e44eedad85b7cb57969c /automation
parentec529cbb28c4dcec9231d2d49f44a8e25730d011 (diff)
downloadnss-hg-96114eda5a1efd015a2414dcb58290c2bae7d1fe.tar.gz
Bug 1741688 - Update googletest to 1.11.0 r=nss-reviewers,mt
Differential Revision: https://phabricator.services.mozilla.com/D131425
Diffstat (limited to 'automation')
-rw-r--r--automation/taskcluster/graph/src/extend.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/automation/taskcluster/graph/src/extend.js b/automation/taskcluster/graph/src/extend.js
index b8c7c0516..e60fdfb1e 100644
--- a/automation/taskcluster/graph/src/extend.js
+++ b/automation/taskcluster/graph/src/extend.js
@@ -566,7 +566,9 @@ async function scheduleLinux(name, overrides, args = "") {
name: `${name} w/ gcc-4.8`,
env: {
CC: "gcc-4.8",
- CCC: "g++-4.8"
+ CCC: "g++-4.8",
+ // gcc-4.8 has incomplete c++11 support
+ NSS_DISABLE_GTESTS: "1",
},
// Use -Ddisable-intelhw_sha=1, GYP doesn't have a proper GCC version
// check for Intel SHA support.