aboutsummaryrefslogtreecommitdiffstats
path: root/testing/singularity
Commit message (Collapse)AuthorAgeFilesLines
* testing/singularity: upgrade to 3.5.3Oleg Titov2020-02-181-2/+2
| | | | Ref https://github.com/sylabs/singularity/releases
* testing/singularity: use chmod-cleanOleg Titov2020-01-311-6/+1
| | | | Replace cleanup_srcdir() with chmod-clean option
* testing/singularity: upgrade to 3.5.2Oleg Titov2019-12-191-4/+7
| | | | | | - Ref https://github.com/sylabs/singularity/releases/tag/v3.5.2 - Security fix (CVE-2019-19724) - Enable all archies for builders
* testing/singularity: disableLeo2019-12-051-1/+2
|
* testing/singularity: upgrade to 3.5.1Oleg Titov2019-12-051-4/+3
| | | | | - Ref https://github.comm/sylabs/singularity/releases/tag/v3.5.1 - Enable all archies
* testing/singularity: disableLeo2019-11-161-1/+2
|
* testing/singularity: upgrade to 3.5.0Oleg Titov2019-11-161-4/+7
| | | | | | - Ref https://github.com/sylabs/singularity/blob/master/CHANGELOG.md - Remove 2 standard license files - Add cleanup_srcdir()
* testing/singularity: upgrade to 3.4.2Leo2019-10-251-2/+2
|
* testing/singularity: upgrade to 3.4.1Oleg Titov2019-10-061-4/+6
| | | | | | - https://github.com/sylabs/singularity/releases/tag/v3.4.1 3.4.1 - Enable all architectures for builders - Add cryptsetup to makedepends
* testing/singularity: disable temporarilySören Tempel2019-08-181-1/+1
| | | | | | | | | | | 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
* Revert "testing/singularity: disable GOCACHE"Sören Tempel2019-08-181-5/+1
| | | | This reverts commit ff3926848ed95a789906ecdd55292e96796fdbc9.
* testing/singularity: disable GOCACHESören Tempel2019-08-181-0/+4
| | | | Experimental change to see if this fixes the build on the builders.
* testing/singularity: create version fileSören Tempel2019-08-181-0/+1
| | | | | | | Without this change the git describe output for the aport repository is used which is probably not what we want. Additionally, build fails in `abuild rootbld` without this change.
* testing/[various]: rebuild against go 1.12.8-r0Sören Tempel2019-08-181-1/+1
| | | | | | | go recently received a security upgrade to 1.12.8 (f4894bf9) this upgrade fixes various CVEs in go standard libraries, for instance in HTTP/2 functionality. Since go is statically linked packages using this functionality need to be rebuild.
* testing/singularity: upgrade to 3.3.0Oleg Titov2019-07-301-2/+2
| | | | - https://github.com/sylabs/singularity/releases 3.3.0
* testing/singularity: enable arm architecturesOleg Titov2019-06-161-2/+3
| | | | - Add binutils-gold to makedepends
* testing/singularity: upgrade to 3.2.1Oleg Titov2019-05-292-55/+4
| | | | | | | - https://github.com/sylabs/singularity/releases 3.2.1 - Removed patch as it already included upstream Closes GH-8262
* testing/singularity: upgrade to 3.2.0Oleg Titov2019-05-282-34/+64
| | | | | | | | | | | | - https://github.com/sylabs/singularity/releases 3.2.0 - Fixes high severity security issue CVE-2019-11328 - Modernize - No test suite from upstream - Disable aarch64, armhf, and armv7 due to build errors - Add patch to fix instance join regression with root user, https://github.com/sylabs/singularity/pull/3586 Closes: GH-7877
* unmaintained/singularity: remove in favor of new package in testingOleg Titov2019-04-251-1/+0
| | | | The build system changed completly
* testing/singularity: new aportOleg Titov2019-04-251-0/+89
| | | | | https://www.sylabs.io/singularity/ Application containers focused on reproducibility for scientific computing and HPS world.
* testing/singularity: move to unmaintainedNatanael Copa2018-10-231-31/+0
|
* testing/singularity: remove maintainerkhm2018-10-231-2/+2
| | | | | | | | The 3.0 release is a major rewrite, which involves some bizarre new build process, additional dependencies, a license change, and removes most of the features in exchange for other, different features. In addition, this is now a hybrid-license project trying to sell a "Pro" upgrade. I'm not going to maintain this going forward.
* testing/singularity: upgrade to 2.5.1Leonardo Arena2018-07-171-3/+3
|
* testing/singularity: new aportkhm2018-01-101-0/+31
Singularity is a container platform focused on "mobility of computing." It differs from other popular container platforms by not requiring users to have special privileges or any running daemons to work. Homepage at http://singularity.lbl.gov/