diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 21:45:55 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 21:45:55 +0100 |
commit | ed83779034c9c5378c8a86ada7cf80575b2fa09a (patch) | |
tree | 7829d94694bc64c5ee410e1ace6201d6cd0f3260 /testing/singularity | |
parent | 91eb8dc8988560ff05fd6b91b9ff1f55dfa28e77 (diff) | |
download | aports-ed83779034c9c5378c8a86ada7cf80575b2fa09a.tar.bz2 aports-ed83779034c9c5378c8a86ada7cf80575b2fa09a.tar.xz |
testing/singularity: disable
Diffstat (limited to 'testing/singularity')
-rw-r--r-- | testing/singularity/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/singularity/APKBUILD b/testing/singularity/APKBUILD index 4aa48b6774..98537f4ccd 100644 --- a/testing/singularity/APKBUILD +++ b/testing/singularity/APKBUILD @@ -5,7 +5,8 @@ pkgver=3.5.1 pkgrel=0 pkgdesc="Application containers focused on reproducibility for scientific computing and HPC world." url="https://www.sylabs.io/singularity/" -arch="all" +# arch="all" +arch="" # Fails on the builders license="BSD-3-Clause BSD-3-Clause-LBNL" options="suid !check" # no test suite from upstream depends="squashfs-tools" |