Skip to content

Commit 50b80a2

Browse files
add BLST_PORTABLE to CGO_CFLAGS to fix SIGILL issue with blst
1 parent c7b628a commit 50b80a2

File tree

1 file changed

+2
-0
lines changed
  • .github/workflows

1 file changed

+2
-0
lines changed

.github/workflows/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# The flag below may be needed if blst throws SIGILL, which happens with certain (older) CPUs
2+
#CGO_CFLAGS="-O -D__BLST_PORTABLE__"

0 commit comments

Comments
 (0)