summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorJakub Sokołowski <jakub@status.im>2023-10-29 11:04:52 +0100
committerYt <happysalada@tuta.io>2023-10-29 13:47:32 +0000
commitc03b74224a01016bb64f1e458870d95e86bdc87a (patch)
tree5f74c796614a1a038e7462786e103f5bbd3123b6 /pkgs/development/python-modules/rangehttpserver
parent220241421f7498a7072ec650b7e7b61caf3545e0 (diff)
erigon: fix SIGILL error due to missing CGO_CFLAGS
Currently Erigon binary fails to start on some systems with: ``` > erigon --version Caught SIGILL in blst_cgo_init, consult <blst>/bindinds/go/README.md. ``` The reason for that are missing `CGO_CFLAGS` that can be seen here: https://github.com/ledgerwatch/erigon/blob/v2.53.2/Makefile#L26 For more information on this see this `bsc` issue: https://github.com/bnb-chain/bsc/issues/1521 Signed-off-by: Jakub Sokołowski <jakub@status.im>
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions