summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2017-12-04 22:40:04 +0100
committerKai Engert <kaie@kuix.de>2017-12-04 22:40:04 +0100
commitf9b895e0f22fc2fe842cb07c1489cd7a0166fe73 (patch)
treee142e76677a12e77d06c226035a7659d146db0bf
parent6852e0a2badadb48c6efae9f47ff881489d58dd1 (diff)
downloadnss-hg-f9b895e0f22fc2fe842cb07c1489cd7a0166fe73.tar.gz
Bug 1422848, NSS taskcluster should run at least one "make optimized" build, r=fkiefer
-rw-r--r--automation/taskcluster/graph/src/extend.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/automation/taskcluster/graph/src/extend.js b/automation/taskcluster/graph/src/extend.js
index 230fd0f9e..afe3e82bc 100644
--- a/automation/taskcluster/graph/src/extend.js
+++ b/automation/taskcluster/graph/src/extend.js
@@ -159,6 +159,18 @@ export default async function main() {
],
});
+ await scheduleLinux("Linux 64 (opt, make)", {
+ env: {USE_64: "1", BUILD_OPT: "1"},
+ platform: "linux64",
+ image: LINUX_IMAGE,
+ collection: "make",
+ command: [
+ "/bin/bash",
+ "-c",
+ "bin/checkout.sh && nss/automation/taskcluster/scripts/build.sh"
+ ],
+ });
+
await scheduleLinux("Linux 32 (debug, make)", {
platform: "linux32",
image: LINUX_IMAGE,