Skip to content

Doesn't build on armhf #61

@sokoow

Description

@sokoow

I get following when trying to build on odroid/raspberry, go version 1.5.1:

cd containerd && go build -tags "libcontainer" -o ../bin/containerd

github.com/docker/containerd/linux

../linux/linux.go:629: cannot convert r.Memory.Limit (type uint64) to type int64
../linux/linux.go:630: cannot convert r.Memory.Reservation (type *uint64) to type int64
../linux/linux.go:631: cannot convert r.Memory.Swap (type *uint64) to type int64
../linux/linux.go:632: cannot convert r.Memory.Kernel (type *uint64) to type int64
../linux/linux.go:633: cannot convert r.Memory.Swappiness (type *uint64) to type int64
../linux/linux.go:634: cannot convert r.CPU.Shares (type *uint64) to type int64
../linux/linux.go:635: cannot convert r.CPU.Quota (type *uint64) to type int64
../linux/linux.go:636: cannot convert r.CPU.Period (type *uint64) to type int64
../linux/linux.go:637: cannot convert r.CPU.RealtimeRuntime (type *uint64) to type int64
../linux/linux.go:638: cannot convert r.CPU.RealtimePeriod (type *uint64) to type int64
../linux/linux.go:638: too many errors
make: *
* [daemon] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions