pin Nim compiler commit to avoid fetching stale branch

This commit is contained in:
gmega 2024-06-12 12:05:20 -03:00
parent 2eec77171a
commit 04907e3b87
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@
# according to those terms.
# Pins the Nim version so it's consistent across the board
NIM_COMMIT := upstream/version-1-6
# TODO: right now, if we use version-1-6 it'll pick up the stale branch from status-im.
# Once https://github.com/status-im/nimbus-build-system/pull/76 gets merged
# (or 1.6.22 is released) we can use the right branch/version instead of a raw
# commit hash.
NIM_COMMIT := 38640664088251bbc88917b4bacfd86ec53014b8
export NIM_COMMIT
SHELL := bash # the shell used internally by Make