Skip to content

Commit

Permalink
[do not merge] test ASan + LSan + UBSan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jan 10, 2025
1 parent 8dd978c commit 93f7f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/test/00_setup_env_native_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export PACKAGES="systemtap-sdt-dev clang-${APT_LLVM_V} llvm-${APT_LLVM_V} libcla
export NO_DEPENDS=1
export GOAL="install"
export BITCOIN_CONFIG="\
-DWITH_MULTIPROCESS=OFF \
-DWITH_MULTIPROCESS=ON \
-DWITH_USDT=ON \
-DWITH_ZMQ=ON \
-DWITH_BDB=ON \
Expand Down
4 changes: 2 additions & 2 deletions depends/packages/native_libmultiprocess.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=native_libmultiprocess
$(package)_version=abe254b9734f2e2b220d1456de195532d6e6ac1e
$(package)_version=5b8119284760ef0e945b709cfaad0e5370e3677f
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
$(package)_file_name=$($(package)_version).tar.gz
$(package)_sha256_hash=85777073259fdc75d24ac5777a19991ec1156c5f12db50b252b861c95dcb4f46
$(package)_sha256_hash=c2fc754c29612727534267e69b69593ff42be1be8b06fb8bab05612c581f2aae
$(package)_dependencies=native_capnp

define $(package)_config_cmds
Expand Down

0 comments on commit 93f7f30

Please sign in to comment.