mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/increase-ci-hardware-limits'
* origin/topic/timw/increase-ci-hardware-limits: Update Cirrus memory limits to avoid timeouts when building
This commit is contained in:
commit
04a2ee7220
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
cpus: &CPUS 4
|
cpus: &CPUS 4
|
||||||
btest_jobs: &BTEST_JOBS 4
|
btest_jobs: &BTEST_JOBS 4
|
||||||
btest_retries: &BTEST_RETRIES 2
|
btest_retries: &BTEST_RETRIES 2
|
||||||
memory: &MEMORY 12GB
|
memory: &MEMORY 16GB
|
||||||
|
|
||||||
config: &CONFIG --build-type=release --disable-broker-tests --prefix=$CIRRUS_WORKING_DIR/install --ccache
|
config: &CONFIG --build-type=release --disable-broker-tests --prefix=$CIRRUS_WORKING_DIR/install --ccache
|
||||||
static_config: &STATIC_CONFIG --build-type=release --disable-broker-tests --enable-static-broker --enable-static-binpac --prefix=$CIRRUS_WORKING_DIR/install --ccache
|
static_config: &STATIC_CONFIG --build-type=release --disable-broker-tests --enable-static-broker --enable-static-binpac --prefix=$CIRRUS_WORKING_DIR/install --ccache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue