mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/disable-broker-tests'
* origin/topic/timw/disable-broker-tests: Disable broker tests from building on the CI Disable broker documentation examples if disabling broker tests
This commit is contained in:
commit
c55bbcfcda
5 changed files with 14 additions and 5 deletions
|
@ -3,8 +3,8 @@ btest_jobs: &BTEST_JOBS 8
|
|||
btest_retries: &BTEST_RETRIES 2
|
||||
memory: &MEMORY 6GB
|
||||
|
||||
config: &CONFIG --build-type=release --enable-cpp-tests
|
||||
memcheck_config: &MEMCHECK_CONFIG --build-type=debug --enable-cpp-tests --sanitizers=address --enable-fuzzers
|
||||
config: &CONFIG --build-type=release --enable-cpp-tests --disable-broker-tests
|
||||
memcheck_config: &MEMCHECK_CONFIG --build-type=debug --enable-cpp-tests --disable-broker-tests --sanitizers=address --enable-fuzzers
|
||||
|
||||
resources_template: &RESOURCES_TEMPLATE
|
||||
cpu: *CPUS
|
||||
|
|
8
CHANGES
8
CHANGES
|
@ -1,4 +1,12 @@
|
|||
|
||||
3.2.0-dev.508 | 2020-05-13 11:16:05 -0700
|
||||
|
||||
* Disable broker tests from building on the CI (Tim Wojtulewicz, Corelight)
|
||||
|
||||
This results in a ~10% reduction in build time.
|
||||
|
||||
* Disable broker documentation examples if disabling broker tests (Tim Wojtulewicz, Corelight)
|
||||
|
||||
3.2.0-dev.505 | 2020-05-12 18:52:19 -0700
|
||||
|
||||
* Use zeek::detail namespace for fuzzer utils (Jon Siwek, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.2.0-dev.505
|
||||
3.2.0-dev.508
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8b2c9a9e1e67d145af442fa2175dcb18b643a317
|
||||
Subproject commit 70fa315e8b777056073a9e67f42b99573ef18231
|
3
configure
vendored
3
configure
vendored
|
@ -271,7 +271,8 @@ while [ $# -ne 0 ]; do
|
|||
append_cache_entry DISABLE_PYTHON_BINDINGS BOOL true
|
||||
;;
|
||||
--disable-broker-tests)
|
||||
append_cache_entry BROKER_DISABLE_TESTS BOOL true
|
||||
append_cache_entry BROKER_DISABLE_TESTS BOOL true
|
||||
append_cache_entry BROKER_DISABLE_DOC_EXAMPLES BOOL true
|
||||
;;
|
||||
--with-openssl=*)
|
||||
append_cache_entry OPENSSL_ROOT_DIR PATH $optarg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue