dist: bootstrap Nim compiler with default number of iterations

Reducing those iterations results in a buggy compiler that causes
nimbus_beacon_node to fail at runtime with:
"FAT 2021-01-09 21:19:52.417+01:00 Could not obtain PeerID from network key   topics="networking" tid=26805 file=eth2_network.nim:1393"
This commit is contained in:
Ștefan Talpalaru 2021-01-09 21:30:22 +01:00 committed by zah
parent d803f008c0
commit 3112e98eb8
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
* bootstrap the Nim compiler with a default number of iterations
2021-01-09 v1.0.5
=================

View File

@ -19,7 +19,6 @@ make \
LOG_LEVEL="TRACE" \
NIMFLAGS="-d:disableMarchNative" \
PARTIAL_STATIC_LINKING=1 \
QUICK_AND_DIRTY_COMPILER=1 \
${BINARIES}
# archive directory (we need the Nim compiler in here)