Skip to content

Commit 3112e98

Browse files
stefantalpalaruzah
authored andcommitted
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"
1 parent d803f00 commit 3112e98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* bootstrap the Nim compiler with a default number of iterations
2+
13
2021-01-09 v1.0.5
24
=================
35

docker/dist/entry_point.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ make \
1919
LOG_LEVEL="TRACE" \
2020
NIMFLAGS="-d:disableMarchNative" \
2121
PARTIAL_STATIC_LINKING=1 \
22-
QUICK_AND_DIRTY_COMPILER=1 \
2322
${BINARIES}
2423

2524
# archive directory (we need the Nim compiler in here)

0 commit comments

Comments
 (0)