Skip to content

Commit 24ba8c5

Browse files
authored
bitcoin: update comment about disable IPC (#14203)
The newer images are usable, however re-enabling IPC means working around capnps internal oss-fuzz detection. So leave it disabled until a IPC fuzz test exists.
1 parent 447a888 commit 24ba8c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/bitcoin-core/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ export CPPFLAGS="-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG -DBOOST_M
3939
(
4040
cd depends
4141
sed -i --regexp-extended '/.*rm -rf .*extract_dir.*/d' ./funcs.mk # Keep extracted source
42-
# Disable IPC pending https://github.com/google/oss-fuzz/pull/13018
42+
# Disable IPC until a fuzz test actually needs it
43+
# At that point, as workaround can be added to remove capnps
44+
# internal oss-fuzz detection: https://github.com/google/oss-fuzz/pull/14203#issuecomment-3461008642
4345
make HOST=$BUILD_TRIPLET DEBUG=1 NO_QT=1 NO_ZMQ=1 NO_USDT=1 \
4446
NO_IPC=1 \
4547
AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib STRIP=llvm-strip \

0 commit comments

Comments
 (0)