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
Describe the bug
One of our dependencies (go libp2p) doesn't compile on 32-bit machines. It's only tangentially needed right now, so would could try removing it and we could try updating it to support 32-bit stuff.
To Reproduce
Steps to reproduce the behavior:
From your muscadine dir, env GOARCH=386 go build
Expected behavior
You get a nice, 32-bit executable.
Screenshots
Building muscadine for linux on 386
# github.com/arborchat/muscadine/vendor/github.com/libp2p/go-buffer-pool
vendor/github.com/libp2p/go-buffer-pool/pool.go:55:12: constant 4294967296 overflows int
vendor/github.com/libp2p/go-buffer-pool/pool.go:68:31: constant 4294967296 overflows int
Desktop (please complete the following information):
OS: Linux, Pop!_OS 18.04
The text was updated successfully, but these errors were encountered:
Describe the bug
One of our dependencies (go libp2p) doesn't compile on 32-bit machines. It's only tangentially needed right now, so would could try removing it and we could try updating it to support 32-bit stuff.
To Reproduce
Steps to reproduce the behavior:
env GOARCH=386 go build
Expected behavior
You get a nice, 32-bit executable.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: