aboutsummaryrefslogtreecommitdiffstats
path: root/testing/k3s
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-27 01:29:18 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-27 01:29:18 +0100
commitd1da81e39e0a7e4702785d7e8e73fd031592cda2 (patch)
tree1b719c7309a0a768b1472627d496a55feadce10b /testing/k3s
parentc40d12ef290bf0c25b033d179a34e32462cd1274 (diff)
downloadaports-d1da81e39e0a7e4702785d7e8e73fd031592cda2.tar.bz2
aports-d1da81e39e0a7e4702785d7e8e73fd031592cda2.tar.xz
testing/k3s: fix cleanup
Diffstat (limited to 'testing/k3s')
-rw-r--r--testing/k3s/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/testing/k3s/APKBUILD b/testing/k3s/APKBUILD
index 440935a521..24b1da7414 100644
--- a/testing/k3s/APKBUILD
+++ b/testing/k3s/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Lightweigt Kubernetes. 5 less than k8s."
url="https://k3s.io"
arch="all"
license="Apache-2.0"
-options="!check" # No test suite from upstream
+options="chmod-clean !check" # No test suite from upstream
depends="containerd"
makedepends="go linux-headers"
subpackages="$pkgname-doc $pkgname-openrc"
@@ -63,11 +63,6 @@ package() {
install -m644 -D "$srcdir"/k3s.confd "$pkgdir"/etc/conf.d/k3s
}
-cleanup_srcdir() {
- go clean -modcache
- default_cleanup_srcdir
-}
-
sha512sums="b95703f9d108b77f0c0889f90321a4c7a61cfec3dbade64f7f89ab854af2cdebbeadb605fc4c53c3861bae1c2ddab1c073021d8a94604659ad65cb9a0517827c k3s-1.0.0.tar.gz
9501422f1bf5375555116cbeedb32de32109153396699bde1300ce01156c3e57fe3fb14a57f7de1dce47c955e5e6d61de7fea181a07b407f5b452006bc58991c k3s.initd
dda2fc70e884ef439fece8f850d798f98d07cd431f0b8b79183f192b35f68fc7c633d3c790aae7b86ca57331212a7bb2f783131b752a4e1e71ef918469e6b944 k3s.confd"