mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Disable broker tests from building on the CI
This results in a ~10% reduction in build time.
This commit is contained in:
parent
63f8897e10
commit
6e8053b7d1
1 changed files with 2 additions and 2 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
|
||||
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
|
||||
|
||||
resources_template: &RESOURCES_TEMPLATE
|
||||
cpu: *CPUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue