aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-17 10:48:54 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-05-17 10:55:03 +0200
commitfa199ee614a7ed99c6caf329093a3573ea5a664b (patch)
tree6be120f1969da0ee92174faed5c6384324364822 /ci
parentfad2c200f46196af69ccd98b6b637d23ceaf8c45 (diff)
downloadbitcoin-fa199ee614a7ed99c6caf329093a3573ea5a664b.tar.xz
ci: Drop NO_WERROR=1 for clang-10 build
This partially reverts commit 71383f2fad065378393ef55b6d65e14c656b7301. This should be fine, because if warnings are issues again in the future, it can be disabled again, along with a list of the false warnings.
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh b/ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh
index 728f987536..8e3c935c6f 100755
--- a/ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh
+++ b/ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh
@@ -12,5 +12,4 @@ export CI_IMAGE_NAME_TAG="ubuntu:20.04"
export PACKAGES="python3-zmq clang-10 llvm-10 libc++abi-10-dev libc++-10-dev"
export DEP_OPTS="NO_WALLET=1 CC=clang-10 CXX='clang++-10 -stdlib=libc++'"
export GOAL="install"
-export NO_WERROR=1
export BITCOIN_CONFIG="--enable-reduce-exports --enable-experimental-util-chainstate --with-experimental-kernel-lib --enable-shared"