diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2020-03-08 20:20:44 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2020-03-08 20:20:44 +0000 |
| commit | c023008dcaae285f8f6907818c36e13ddc94f795 (patch) | |
| tree | e8e1a20bbc1ea1d8a73e83c6ab797e8a37479dca /testing | |
| parent | 555f6ddcfc836a4258f5b28ada5cd09cc2a1b7ba (diff) | |
| download | aports-c023008dcaae285f8f6907818c36e13ddc94f795.tar.bz2 aports-c023008dcaae285f8f6907818c36e13ddc94f795.tar.xz | |
testing/kubernetes: added option to clean-up srcdir
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/kubernetes/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kubernetes/APKBUILD b/testing/kubernetes/APKBUILD index eda66d4987..b6247fa0d6 100644 --- a/testing/kubernetes/APKBUILD +++ b/testing/kubernetes/APKBUILD @@ -10,7 +10,7 @@ url="https://kubernetes.io/" arch="x86_64 armhf" #arch="" license="Apache-2.0" -options="!check" # Tests hang +options="!check chmod-clean" # Tests hang depends="bash" makedepends="coreutils findutils go go-bindata linux-headers rsync grep" subpackages="$pkgname-kubeadm:_kubeadm" |
