-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working