summaryrefslogtreecommitdiff
path: root/fuzz
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 /fuzz
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 'fuzz')
-rw-r--r--fuzz/fuzz.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/fuzz.gyp b/fuzz/fuzz.gyp
index 69e178319..91e9b25b7 100644
--- a/fuzz/fuzz.gyp
+++ b/fuzz/fuzz.gyp
@@ -91,7 +91,7 @@
'-lcrypto',
],
}],
- # For test builds we have to set MPI defines.
+ # For static builds we have to set MPI defines.
[ 'target_arch=="ia32"', {
'defines': [
'MP_USE_UINT_DIGIT',