aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-10-26 14:23:49 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-03 12:48:42 +0100
commit3333f14efac815ba3c885398a6795c7e8ce68d08 (patch)
treefa73ecf42545096d36f76a17a84af99c6e1ddcb2 /ci
parent9b68c9b85efebfa23daec6471b87e9cbb514a006 (diff)
downloadbitcoin-3333f14efac815ba3c885398a6795c7e8ce68d08.tar.xz
depends: Bump to capnproto-c++-1.0.1
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_i686_multiprocess.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_i686_multiprocess.sh b/ci/test/00_setup_env_i686_multiprocess.sh
index 2cecf8510e..1befbc6164 100755
--- a/ci/test/00_setup_env_i686_multiprocess.sh
+++ b/ci/test/00_setup_env_i686_multiprocess.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2020-2022 The Bitcoin Core developers
+# Copyright (c) 2020-present The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -15,3 +15,4 @@ export GOAL="install"
export BITCOIN_CONFIG="--enable-debug CC='clang -m32' CXX='clang++ -m32' \
LDFLAGS='--rtlib=compiler-rt -lgcc_s' CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'"
export TEST_RUNNER_ENV="BITCOIND=bitcoin-node"
+export NO_WERROR=1 # Temporary workaround to avoid -Wdeprecated-declarations from KJ