Re: [meta-virtualization] [PATCH] Revert "runc: Don't override GOARCH or GOROOT"

2017-10-09 Thread Paul Barker
On Tue, Oct 10, 2017 at 12:02 AM, Bruce Ashfield wrote: > On Mon, Oct 9, 2017 at 5:56 PM, Paul Barker wrote: >> On Mon, Oct 9, 2017 at 8:54 PM, Aníbal Limón wrote: >>> From: Aníbal Limón >>> >>>

Re: [meta-virtualization] [PATCH] Revert "runc: Don't override GOARCH or GOROOT"

2017-10-09 Thread Bruce Ashfield
On Mon, Oct 9, 2017 at 5:56 PM, Paul Barker wrote: > On Mon, Oct 9, 2017 at 8:54 PM, Aníbal Limón wrote: >> From: Aníbal Limón >> >> This reverts commit fdee07aadc1b5224a540c7e8893144207e1979cb. >> >> Causes build failures

Re: [meta-virtualization] [PATCH] Revert "runc: Don't override GOARCH or GOROOT"

2017-10-09 Thread Paul Barker
On Mon, Oct 9, 2017 at 8:54 PM, Aníbal Limón wrote: > From: Aníbal Limón > > This reverts commit fdee07aadc1b5224a540c7e8893144207e1979cb. > > Causes build failures when is cross-compiling to aarch64, > > | CGO_ENABLED=1 aarch64-linaro-linux-go

[meta-virtualization] [PATCH] Revert "runc: Don't override GOARCH or GOROOT"

2017-10-09 Thread Aníbal Limón
From: Aníbal Limón This reverts commit fdee07aadc1b5224a540c7e8893144207e1979cb. Causes build failures when is cross-compiling to aarch64, | CGO_ENABLED=1 aarch64-linaro-linux-go build -i -tags " cgo static_build" -ldflags "-w -extldflags -static -X

Re: [meta-virtualization] [PATCH] docker/containerd: Export GOARCH to fix build in arm64

2017-10-09 Thread Bruce Ashfield
merged. Bruce On Fri, Oct 6, 2017 at 1:32 PM, Aníbal Limón wrote: > From: Aníbal Limón > > If the GOARCH isn't set CGO took the ARCH from the host and tries > to use -m64 flag that isn't available in aarch64 compiler. > > ... > | #