mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-02 05:44:20 +01:00
build: remove gmp
Core and secp have not used gmp for a very long time now (core disabled it in 2015). Signed-off-by: Jon Griffiths <jon_p_griffiths@yahoo.com>
This commit is contained in:
committed by
Rusty Russell
parent
69f74a92e6
commit
8b4136bad5
1
.github/workflows/bsd.yml
vendored
1
.github/workflows/bsd.yml
vendored
@@ -35,7 +35,6 @@ jobs:
|
||||
autoconf \
|
||||
automake \
|
||||
libtool \
|
||||
gmp \
|
||||
bash \
|
||||
gettext \
|
||||
sqlite3 \
|
||||
|
||||
2
.github/workflows/macos.yaml
vendored
2
.github/workflows/macos.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
export PATH="/usr/local/opt:/Users/runner/.local/bin:/Users/runner/Library/Python/3.10/bin:$PATH"
|
||||
|
||||
export BITCOIN_VERSION=24.1
|
||||
brew install wget autoconf automake libtool python@3.10 gmp gnu-sed gettext libsodium
|
||||
brew install wget autoconf automake libtool python@3.10 gnu-sed gettext libsodium
|
||||
|
||||
(
|
||||
cd /tmp/
|
||||
|
||||
Reference in New Issue
Block a user