Skip to content

Cannot build on 32-bit architectures #88

@whereswaldon

Description

@whereswaldon

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:

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions