mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/ci-reduce-spicy-test-load'
* origin/topic/timw/ci-reduce-spicy-test-load: CI: Use ccache and a single CPU when building spicy analyzers for btests
This commit is contained in:
commit
b309c423f8
3 changed files with 8 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
7.0.0-dev.454 | 2024-07-09 15:12:19 -0700
|
||||
|
||||
* CI: Use ccache and a single CPU when building spicy analyzers for btests (Tim Wojtulewicz, Corelight)
|
||||
|
||||
7.0.0-dev.452 | 2024-07-09 14:53:41 -0700
|
||||
|
||||
* Bump auxil/spicy to latest development snapshot (Benjamin Bannier, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.0.0-dev.452
|
||||
7.0.0-dev.454
|
||||
|
|
|
@ -59,6 +59,8 @@ function run_btests {
|
|||
|
||||
pushd testing/btest
|
||||
|
||||
HILTI_CXX_COMPILER_LAUNCHER=ccache \
|
||||
HILTI_JIT_PARALLELISM=1 \
|
||||
ZEEK_PROFILER_FILE=$(pwd)/.tmp/script-coverage/XXXXXX \
|
||||
${BTEST} -z ${ZEEK_CI_BTEST_RETRIES} -d -A -x btest-results.xml -j ${ZEEK_CI_BTEST_JOBS} || result=1
|
||||
make coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue