Skip to content

Commit

Permalink
fix phpqa, needs extrakeys module
Browse files Browse the repository at this point in the history
  • Loading branch information
afk11 committed Jun 16, 2021
1 parent ec4b83f commit e228539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions travis/phpqa/scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rm configure && ./buildconf --force
--with-module-ecdh \
--with-module-recovery \
--with-module-schnorrsig \
--with-module-extrakeys \
--with-libdir="lib/$debMultiarch" \
$PHP_EXTRA_CONFIGURE_ARGS \
&& make -j "$(nproc)" \
Expand Down
1 change: 1 addition & 0 deletions travis/phpqa/scripts/valgrind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rm configure && ./buildconf --force
--with-module-ecdh \
--with-module-recovery \
--with-module-schnorrsig \
--with-module-extrakeys \
--with-libdir="lib/$debMultiarch" \
$PHP_EXTRA_CONFIGURE_ARGS \
&& make -j "$(nproc)" \
Expand Down

0 comments on commit e228539

Please sign in to comment.