Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2022 08:52:50 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bf78d9f74195 - main - net-p2p/cardano-node: Disable for i386.
Message-ID:  <202208160852.27G8qo3q025098@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bf78d9f741951d5e0a10b24d8bb28656279b1f57

commit bf78d9f741951d5e0a10b24d8bb28656279b1f57
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-08-16 08:51:06 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-08-16 08:52:16 +0000

    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.
---
 net-p2p/cardano-node/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208160852.27G8qo3q025098>