mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
fba8b1acbc
commit
9b0b490b91
|
@ -24,11 +24,16 @@ build:
|
|||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
linux:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
LD: clang
|
||||
LDFLAGS: $LDFLAGS -lstdc++fs
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
- --disable-debug
|
||||
- --disable-tests # needs: `hexedit`
|
||||
- --disable-bench # fails: linux/aarch64/v24.0.1
|
||||
- --disable-tests # needs: `hexedit`
|
||||
- --disable-bench # fails: linux/aarch64/v24.0.1
|
||||
|
||||
provides:
|
||||
- bin/bitcoin-cli
|
||||
|
@ -37,5 +42,4 @@ provides:
|
|||
- bin/bitcoin-wallet
|
||||
- bin/bitcoind
|
||||
|
||||
test:
|
||||
bitcoind -version
|
||||
test: bitcoind -version
|
||||
|
|
Loading…
Reference in a new issue