Skip to content

Commit a3ac59a

Browse files
MarcoFalkesedited
authored andcommitted
ci: Enable experimental kernel stuff in ASan task
Base the task on --preset=dev-mode to ensure maximal coverage and add the following: bitcoin-chainstate (experimental) ... ON libbitcoinkernel (experimental) ..... ON kernel-test (experimental) .......... ON
1 parent 5b89956 commit a3ac59a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468
file-env: './ci/test/00_setup_env_arm.sh'
469469
provider: 'gha'
470470

471-
- name: 'ASan + LSan + UBSan + integer, no depends, USDT'
471+
- name: 'ASan + LSan + UBSan + integer'
472472
cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md' # has to match container in ci/test/00_setup_env_native_asan.sh for tracing tools
473473
fallback-runner: 'ubuntu-24.04'
474474
timeout-minutes: 120

ci/test/00_setup_env_native_asan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export NO_DEPENDS=1
2626
export GOAL="install"
2727
export CI_LIMIT_STACK_SIZE=1
2828
export BITCOIN_CONFIG="\
29-
-DWITH_USDT=ON -DWITH_ZMQ=ON -DBUILD_GUI=ON \
29+
--preset=dev-mode \
3030
-DSANITIZERS=address,float-divide-by-zero,integer,undefined \
3131
-DCMAKE_C_COMPILER=clang \
3232
-DCMAKE_CXX_COMPILER=clang++ \

0 commit comments

Comments
 (0)