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:
Jon Griffiths
2023-05-23 08:38:35 +12:00
committed by Rusty Russell
parent 69f74a92e6
commit 8b4136bad5
20 changed files with 16 additions and 94 deletions

View File

@@ -35,7 +35,6 @@ jobs:
autoconf \
automake \
libtool \
gmp \
bash \
gettext \
sqlite3 \

View File

@@ -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/