From bab085d282b1ad1790861d710fd570f8531c9364 Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Mon, 3 Mar 2025 18:56:59 +0100 Subject: [PATCH] ci: Use without embedded asmap build option in one ci job --- ci/test/00_setup_env_native_nowallet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test/00_setup_env_native_nowallet.sh b/ci/test/00_setup_env_native_nowallet.sh index 28446a705dc..0b21ab226a9 100755 --- a/ci/test/00_setup_env_native_nowallet.sh +++ b/ci/test/00_setup_env_native_nowallet.sh @@ -17,4 +17,5 @@ export BITCOIN_CONFIG="\ --preset=dev-mode \ -DREDUCE_EXPORTS=ON \ -DENABLE_WALLET=OFF \ + -DWITH_EMBEDDED_ASMAP=OFF \ "