mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
Don’t build tests or bench
This commit is contained in:
parent
44a6774614
commit
20a64a6e25
1 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,8 @@ build:
|
|||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
- --disable-debug
|
||||
- --disable-tests # needs: `hexedit`
|
||||
- --disable-bench # fails: linux/aarch64/v24.0.1
|
||||
|
||||
provides:
|
||||
- bin/bitcoin-cli
|
||||
|
@ -38,4 +40,4 @@ provides:
|
|||
- bin/bitcoind
|
||||
|
||||
test:
|
||||
test_bitcoin
|
||||
bitcoind -version
|
||||
|
|
Loading…
Reference in a new issue