You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The go-ethereum version we are using as of now, is slightly buggy and use a library (go-sigar) which do not support not being build without CGO on macosx at least (other plateform has been fixed).
It seems a recent commit have fixed this behaviour and we should be able to build again without CGO: ethereum/go-ethereum#21041.
Let's try to spend some time to update the dep to the new version.
The text was updated successfully, but these errors were encountered:
The go-ethereum version we are using as of now, is slightly buggy and use a library (go-sigar) which do not support not being build without CGO on macosx at least (other plateform has been fixed).
It seems a recent commit have fixed this behaviour and we should be able to build again without CGO: ethereum/go-ethereum#21041.
Let's try to spend some time to update the dep to the new version.
The text was updated successfully, but these errors were encountered: