summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorKevin Jacobs <kjacobs@mozilla.com>2019-05-15 15:29:41 +0000
committerKevin Jacobs <kjacobs@mozilla.com>2019-05-15 15:29:41 +0000
commit9764cd0209a9e4db235c0593ccaaf522a3fdc343 (patch)
tree0b829f28bec1a071d60941d8aeb0287c20e57cfa /build.sh
parent476e04b9f23296c2af0bc2c74303da720a323279 (diff)
downloadnss-hg-9764cd0209a9e4db235c0593ccaaf522a3fdc343.tar.gz
Bug 1548179 - Remove --test (test_build) option from build.sh (replaced by --static), remove Test builds from taskcluster since we exercise pk11_gtest and mpi_gtests in non-static builds already. r=mt,jcj
Differential Revision: https://phabricator.services.mozilla.com/D30998
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 5501fe747..37ff9708c 100755
--- a/build.sh
+++ b/build.sh
@@ -94,7 +94,6 @@ while [ $# -gt 0 ]; do
--sancov=?*) enable_sancov "${1#*=}" ;;
--emit-llvm) gyp_params+=(-Demit_llvm=1 -Dsign_libs=0) ;;
--no-zdefs) gyp_params+=(-Dno_zdefs=1) ;;
- --test) gyp_params+=(-Dtest_build=1 -Dstatic_libs=1) ;;
--static) gyp_params+=(-Dstatic_libs=1) ;;
--ct-verif) gyp_params+=(-Dct_verif=1) ;;
--nspr) nspr_clean; rebuild_nspr=1 ;;