diff options
author | Ryan Ofsky <ryan@ofsky.org> | 2023-11-17 15:27:19 -0500 |
---|---|---|
committer | Ryan Ofsky <ryan@ofsky.org> | 2023-11-17 15:27:19 -0500 |
commit | 21bfee0720ba72935d4f9fc4c2a2887ae5b54092 (patch) | |
tree | b722ce579452602a0cc47ebed0676ba3b03bf2d9 /ci | |
parent | d752349029ec7a76f1fd440db2ec2e458d0f3c99 (diff) |
depends: bump libmultiprocess to fix capnproto deprecation warnings
This incorporates PR https://github.com/chaincodelabs/libmultiprocess/pull/88
"Fix current deprecation warnings as of capnproto-1.0.1" and reverts the
NO_WERROR CI workaround added in https://github.com/bitcoin/bitcoin/pull/28735
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/00_setup_env_i686_multiprocess.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_i686_multiprocess.sh b/ci/test/00_setup_env_i686_multiprocess.sh index 1befbc6164..647f4103e2 100755 --- a/ci/test/00_setup_env_i686_multiprocess.sh +++ b/ci/test/00_setup_env_i686_multiprocess.sh @@ -15,4 +15,3 @@ 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 |