1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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.
This commit is contained in:
Gleb Popov 2022-08-16 11:51:06 +03:00
parent 12c8ddf58b
commit bf78d9f741

View File

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