summaryrefslogtreecommitdiff
path: root/automation/taskcluster/graph/src/extend.js
diff options
context:
space:
mode:
Diffstat (limited to 'automation/taskcluster/graph/src/extend.js')
-rw-r--r--automation/taskcluster/graph/src/extend.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/automation/taskcluster/graph/src/extend.js b/automation/taskcluster/graph/src/extend.js
index 098a93f63..90271c924 100644
--- a/automation/taskcluster/graph/src/extend.js
+++ b/automation/taskcluster/graph/src/extend.js
@@ -258,6 +258,12 @@ async function scheduleLinux(name, base) {
symbol: "noLibpkix"
}));
+ queue.scheduleTask(merge(extra_base, {
+ name: `${name} w/ modular builds`,
+ env: {NSS_BUILD_MODULAR: "1"},
+ symbol: "modular"
+ }));
+
return queue.submit();
}