summaryrefslogtreecommitdiff
path: root/coreconf/fuzz.sh
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1806369 - Don't clone libFuzzer, rely on clang instead. r=djackson,truberChristian Holler2023-01-051-6/+1
| | | | Differential Revision: https://phabricator.services.mozilla.com/D165006
* Bug 1548179 - Remove --test (test_build) option from build.sh (replaced by ↵Kevin Jacobs2019-05-151-1/+1
| | | | | | --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
* Bug 1543545 - Option to produce static libraries, r=kevinjacobsMartin Thomson2019-04-291-1/+1
| | | | | | | | | | | | | | | | | Summary: The fine folks in application services would like to use NSS, but would greatly prefer static linking. Part of that is driven by iOS constraints on performance and a possible rejection from the store for dynamic linking (NSS dynamically loads softoken). This provides a build option that produces a fully statically linked set of libraries. Reviewers: KevinJacobs Tags: #secure-revision Bug #: 1543545 Differential Revision: https://phabricator.services.mozilla.com/D29303
* Bug 1434943 - Support for MSVC in build.sh, r=jcjMartin Thomson2018-10-121-4/+3
| | | | | | | | | | | | | | | | | | | | Summary: This adds basic support for MSVC to build.sh. It uses the registry and vswhere (which is part of the standard mozilla-build setup now) to work out paths and set them properly. It's probably a little fragile, but it's better than the shoestring and tape we have in builds right now. I took the liberty of sanitizing the command-line options a little here. Mostly that is sorting them, but I also deprecated the -m32 option in favour of specifying target architecture with -t. That turned out to be a lot cleaner. Reviewers: jcj Reviewed By: jcj Bug #: 1434943 Differential Revision: https://phabricator.services.mozilla.com/D5125
* Backed out changeset 8bea05067a0bMartin Thomson2018-09-231-3/+4
|
* Bug 1434943 - Support for MSVC in build.sh, r=jcjMartin Thomson2018-06-011-4/+3
| | | | | | | | | | | This adds basic support for MSVC to build.sh. It uses the registry and vswhere (which is part of the standard mozilla-build setup now) to work out paths and set them properly. It's probably a little fragile, but it's better than the shoestring and tape we have in builds right now. I took the liberty of sanitizing the command-line options a little here. Mostly that is sorting them, but I also deprecated the -m32 option in favour of specifying target architecture with -t. That turned out to be a lot cleaner.
* Bug 1362392 - fix s_mpi_div on 32-bit; fix 32-bit test buildsFranziskus Kiefer2017-05-091-1/+4
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D320
* Bug 1177759 - re-org fuzz dir, r=ttaubertFranziskus Kiefer2017-03-081-1/+1
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D242
* Bug 1334106 - equivalence fuzzing for mpi with openssl, r=ttaubertFranziskus Kiefer2017-01-261-1/+1
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D160
* Bug 1333361 - Fix static fuzzing builds r=franziskusTim Taubert2017-01-251-1/+1
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D170
* fix fuzzing build, r=bustageFranziskus Kiefer2017-01-201-5/+6
|
* Bug 1177759 - default to clang if CC is not set and --fuzz is used, r=ttaubertFranziskus Kiefer2017-01-201-0/+13
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D165
* Bug 1330655 - Make NSS build within OSS-Fuzz r=franziskusTim Taubert2017-01-201-7/+15
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D161
* Bug 1329837 - Refactor build.sh further, r=ttaubertMartin Thomson2017-01-101-0/+16