[arch-commits] Commit in containerd/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sun Jul 25 16:07:52 UTC 2021
Date: Sunday, July 25, 2021 @ 16:07:52
Author: foxboron
Revision: 984979
upgpkg: containerd 1.5.4-1
Modified:
containerd/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-25 16:04:45 UTC (rev 984978)
+++ PKGBUILD 2021-07-25 16:07:52 UTC (rev 984979)
@@ -4,7 +4,7 @@
# Contributor: Iwan Timmer <irtimmer at gmail.com>
pkgname=containerd
-pkgver=1.5.2
+pkgver=1.5.4
pkgrel=1
pkgdesc='An open and reliable container runtime'
url='https://containerd.io/'
@@ -25,7 +25,7 @@
build() {
cd "${pkgname}"
export GOFLAGS="-trimpath -mod=readonly -modcacherw"
- make VERSION=v$pkgver EXTRA_LDFLAGS="-buildid="
+ make VERSION=v$pkgver GO_BUILD_FLAGS="-trimpath -mod=readonly -modcacherw" GO_GCFLAGS="" EXTRA_LDFLAGS="-buildid="
make VERSION=v$pkgver man
}
@@ -32,7 +32,7 @@
check() {
cd "${pkgname}"
# Ugly, but they are trying to do priviledged operations during testing
- GOFLAGS="" make test || true
+ GOFLAGS="-trimpath" make test || true
}
package() {
More information about the arch-commits
mailing list