Skip to content

Commit

Permalink
build: explicitly disable libsecp256k1 openssl tests
Browse files Browse the repository at this point in the history
-There are a few libsecp25k1 tests that fail when running make check on systems with openssl 3. This commit disables running those tests as they've been removed upstream: bitcoin-core/secp256k1#983
  • Loading branch information
xanimo committed Oct 10, 2022
1 parent 34b08cd commit cc75e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ if test x$need_bundled_univalue = xyes; then
AC_CONFIG_SUBDIRS([src/univalue])
fi

ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --with-bignum=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --with-bignum=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental --disable-openssl-tests"
AC_CONFIG_SUBDIRS([src/secp256k1])

AC_OUTPUT
Expand Down

0 comments on commit cc75e8d

Please sign in to comment.