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 16, 2025
1 parent 8dd978c commit 12357ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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
3 changes: 2 additions & 1 deletion ci/test/01_base_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ git config --global ${CFG_DONE} "true"

# Install libmultiprocess
if [ -n "$NO_DEPENDS" ]; then
git clone https://github.com/chaincodelabs/libmultiprocess.git
git clone https://github.com/ryanofsky/libmultiprocess.git
cd libmultiprocess
git checkout pr/udestroy
mkdir build
cd build
cmake ..
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=63a39d4c9bc2f855077f860c1bdeb8af8c018da5
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
$(package)_file_name=$($(package)_version).tar.gz
$(package)_sha256_hash=85777073259fdc75d24ac5777a19991ec1156c5f12db50b252b861c95dcb4f46
$(package)_sha256_hash=517738194817ff864e1fbde5b9adc0a6e903c371cb46e26f232afce968a03e43
$(package)_dependencies=native_capnp

define $(package)_config_cmds
Expand Down

0 comments on commit 12357ee

Please sign in to comment.