ci: Enable experimental kernel stuff in valgrind 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

The GUI and USDT remain disabled explicitly.
This commit is contained in:
MarcoFalke 2025-11-08 12:01:26 +01:00
parent fa9c2973d6
commit fa7da8a646
No known key found for this signature in database

View File

@ -17,5 +17,7 @@ export TEST_RUNNER_EXTRA="--exclude rpc_bind,feature_bind_extra"
export GOAL="install"
# TODO enable GUI
export BITCOIN_CONFIG="\
-DWITH_ZMQ=ON -DBUILD_GUI=OFF \
--preset=dev-mode \
-DBUILD_GUI=OFF \
-DWITH_USDT=OFF \
"