summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskhamis <skhamis@mozilla.com>2022-12-02 18:40:03 +0000
committerskhamis <skhamis@mozilla.com>2022-12-02 18:40:03 +0000
commita9c366367da32fa836e446de7d3a417e3323f3f2 (patch)
treeb2bb94a993de2af1f6018f9090e753081a8f03d2
parentf8762b7f974840463ebc113c7f470c055ddbd896 (diff)
downloadnss-hg-a9c366367da32fa836e446de7d3a417e3323f3f2.tar.gz
Bug 1803211: Disable libpkix for static builds r=bbeurdouche,nss-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D163369
-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 90265d832..773a5fb3a 100644
--- a/automation/taskcluster/graph/src/extend.js
+++ b/automation/taskcluster/graph/src/extend.js
@@ -319,7 +319,7 @@ export default async function main() {
);
await scheduleMac("Mac (opt)", {collection: "opt"}, "--opt");
- await scheduleMac("Mac Static (opt)", {collection: "opt-static"}, "--opt --static");
+ await scheduleMac("Mac Static (opt)", {collection: "opt-static"}, "--opt --static -Ddisable_libpkix=1");
await scheduleMac("Mac (debug)", {collection: "debug"});
// Must be executed after all other tasks are scheduled