aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/cardano-node
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-08-16 08:51:06 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-08-16 08:52:16 +0000
commitbf78d9f741951d5e0a10b24d8bb28656279b1f57 (patch)
treed3af2a152de034f363fa5dcb30f7745eb9fd16e5 /net-p2p/cardano-node
parent12c8ddf58b6691a508abf127b3633a4e8c714069 (diff)
downloadports-bf78d9f741951d5e0a10b24d8bb28656279b1f57.tar.gz
ports-bf78d9f741951d5e0a10b24d8bb28656279b1f57.zip
net-p2p/cardano-node: Disable for i386.
The daemon requires about 10 Gb of RAM to function properly, which can't be provided by the i386 arch.
Diffstat (limited to 'net-p2p/cardano-node')
-rw-r--r--net-p2p/cardano-node/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile
index 49957b7334c2..ed51f831d5fa 100644
--- a/net-p2p/cardano-node/Makefile
+++ b/net-p2p/cardano-node/Makefile
@@ -393,6 +393,8 @@ USE_CABAL= Diff-0.4.1 \
CABAL_PROJECT= append
CABAL_EXECUTABLES= cardano-node cardano-cli cardano-submit-api cardano-tracer
+NOT_FOR_ARCHS= i386
+
post-patch:
${REINPLACE_CMD} -e 's/$$(gitRevFromGit)/"${CARDANO_NODE_HASH}"/' \
-e '/Cardano.Git.RevFromGit/d' \