mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 06:47:13 +00:00
ARM64 BLST hotfix - disable BLST on ARM64 (#1753)
This commit is contained in:
parent
d6362026a4
commit
feece1382d
@ -1,3 +1,12 @@
|
||||
# Emergency fixes
|
||||
# ---------------------------------------------------
|
||||
if defined(arm64):
|
||||
# https://twitter.com/EthereumOnARM/status/1309477357938499585?s=20
|
||||
# https://github.com/supranational/blst/issues/31
|
||||
switch("defined", "BLS_FORCE_BACKEND=miracl")
|
||||
|
||||
# ---------------------------------------------------
|
||||
|
||||
if defined(release):
|
||||
switch("nimcache", "nimcache/release/$projectName")
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user