mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 09:51:07 +02:00
ci: no-longer exclude feature_block in TSAN job
The TSAN job is now running on Cirrus. Increase the allocated memory to the maximum allowed.
This commit is contained in:
@@ -92,8 +92,8 @@ task:
|
||||
<< : *GLOBAL_TASK_TEMPLATE
|
||||
container:
|
||||
image: ubuntu:focal
|
||||
cpu: 4 # Double CPU and Memory to avoid timeout
|
||||
memory: 16G
|
||||
cpu: 4 # Double CPU and increase Memory to avoid timeout
|
||||
memory: 24G
|
||||
env:
|
||||
MAKEJOBS: "-j8"
|
||||
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
|
||||
|
Reference in New Issue
Block a user