Skip to content

Commit f13e642

Browse files
committed
build: Disable valgrind when building zeromq package in depends
We are not running unit tests, therefore it is not required.
1 parent b970f03 commit f13e642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/zeromq.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $(package)_sha256_hash=c593001a89f5a85dd2ddf564805deb860e02471171b3f204944857336
66
$(package)_patches=remove_libstd_link.patch netbsd_kevent_void.patch
77

88
define $(package)_set_vars
9-
$(package)_config_opts = --without-docs --disable-shared
9+
$(package)_config_opts = --without-docs --disable-shared --disable-valgrind
1010
$(package)_config_opts += --disable-perf --disable-curve-keygen --disable-curve --disable-libbsd
1111
$(package)_config_opts += --without-libsodium --without-libgssapi_krb5 --without-pgm --without-norm --without-vmci
1212
$(package)_config_opts += --disable-libunwind --disable-radix-tree --without-gcov --disable-dependency-tracking

0 commit comments

Comments
 (0)