From 9764cd0209a9e4db235c0593ccaaf522a3fdc343 Mon Sep 17 00:00:00 2001 From: Kevin Jacobs Date: Wed, 15 May 2019 15:29:41 +0000 Subject: 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 --- fuzz/fuzz.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzz') 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', -- cgit v1.2.1