ARM64 BLST hotfix - disable BLST on ARM64 (#1753)

This commit is contained in:
Mamy Ratsimbazafy 2020-09-25 18:14:07 +02:00 committed by GitHub
parent d6362026a4
commit feece1382d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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: