aboutsummaryrefslogtreecommitdiffstats
path: root/testing/singularity
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 20:59:13 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-08-18 21:03:06 +0200
commitdfbdb977747fc94a111dbc61384f1048935ee3ee (patch)
tree276f7f03d7fb73a365b3bab97cb02b6368a9feb8 /testing/singularity
parentb7156655c6faee7179cdc302f7f9d9219a5f6a31 (diff)
downloadaports-dfbdb977747fc94a111dbc61384f1048935ee3ee.tar.bz2
aports-dfbdb977747fc94a111dbc61384f1048935ee3ee.tar.xz
testing/singularity: disable temporarily
Build fails on the builders with caching errors and `no rule to make target cni/dhcp`. Unfortunately, this cannot be reproduced locally. Someone with accesses to the builders must investigate this further. Until then, disable it to prevent the builders from repeatably attempting rebuilds. See also: https://gitlab.alpinelinux.org/alpine/aports/issues/10737
Diffstat (limited to 'testing/singularity')
-rw-r--r--testing/singularity/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/singularity/APKBUILD b/testing/singularity/APKBUILD
index abe5f8f26d..951d8b5bbc 100644
--- a/testing/singularity/APKBUILD
+++ b/testing/singularity/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.3.0
pkgrel=3
pkgdesc="Application containers focused on reproducibility for scientific computing and HPC world."
url="https://www.sylabs.io/singularity/"
-arch="all"
+arch=
license="BSD-3-Clause BSD-3-Clause-LBNL"
options="suid !check" # no test suite from upstream
depends="squashfs-tools"