aboutsummaryrefslogtreecommitdiffstats
path: root/testing/singularity
diff options
context:
space:
mode:
Diffstat (limited to 'testing/singularity')
-rw-r--r--testing/singularity/APKBUILD3
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"