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
This appears to be a known issue with the memsize package, checking the memsize README might provide a solution:
NOTE: As of Go 1.23, memsize no longer works because of a restriction added by the
Go toolchain. The Go 1.23 compiler no longer allows access to runtime symbols via
go:linkname, which prevents memsize from accessing the Stop-the-World
functionality of the Go runtime.
If your program depends on memsize, you can disable the restriction when building
your program:
go build -ldflags=-checklinkname=0
To Reproduce
Steps to reproduce the behavior:
Run make install within sei-chain whilst Go 1.23 is installed
Additional context
Building with Go version 1.22.8 works fine
The text was updated successfully, but these errors were encountered:
Seid version
This bug happens when installing/building v4.1.4-evm-devnet
Bug description
Attempting to run
make install
while utilizing Go version 1.23 throws the following error
This appears to be a known issue with the memsize package, checking the memsize README might provide a solution:
To Reproduce
Steps to reproduce the behavior:
Additional context
Building with Go version 1.22.8 works fine
The text was updated successfully, but these errors were encountered: