[arch-commits] Commit in docker-machine/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sat Apr 17 21:36:59 UTC 2021


    Date: Saturday, April 17, 2021 @ 21:36:59
  Author: foxboron
Revision: 919838

upgpkg: docker-machine 0.16.2-5: Go 1.16 rebuild

Modified:
  docker-machine/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 21:23:53 UTC (rev 919837)
+++ PKGBUILD	2021-04-17 21:36:59 UTC (rev 919838)
@@ -3,7 +3,7 @@
 
 pkgname=docker-machine
 pkgver=0.16.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Machine management for a container-centric world'
 arch=('x86_64')
 url='https://github.com/docker/machine'
@@ -29,6 +29,7 @@
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GO111MODULE=off
 
   cd machine-$pkgver
   go build -o bin/docker-machine cmd/docker-machine/machine.go # -gccgoflags "$CFLAGS $LDFLAGS"



More information about the arch-commits mailing list