Following the readme to build directly builds most of geth but fails:
# github.com/ethereum/go-ethereum/cmd/geth
link: github.com/fjl/memsize: invalid reference to runtime.stopTheWorld
make: *** [Makefile:169: go-ethereum/build/bin/geth] Error 1
$ ego-go version
go version go1.25.1 linux/amd64
Additionally, the dockerfile fails because it doesn't have ego-go installed.
Fixing this results in the same error as above.
Following the readme to build directly builds most of geth but fails:
Additionally, the dockerfile fails because it doesn't have ego-go installed.
Fixing this results in the same error as above.