File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# SingularityCE Changelog
22
3- ## v3.8.0-rc.1 [ 2021-05-11 ]
3+ ## v3.8.0-rc.2 [ 2021-05-18 ]
44
5- This is the first release candidate for SingularityCE 3.8.0, the Community
5+ This is the second release candidate for SingularityCE 3.8.0, the Community
66Edition of the Singularity container runtime hosted at
77https://github.com/sylabs/singularity .
88
@@ -51,6 +51,7 @@ of `make test` for ease of use:
5151 - ` make testall ` runs the full unit/integration/e2e test suite that
5252 requires docker credentials to be set with ` E2E_DOCKER_USERNAME `
5353 and ` E2E_DOCKER_PASSWORD ` environment variables.
54+ - Fix privilege handling issue with tests on Go >=1.16.
5455
5556----
5657
Original file line number Diff line number Diff line change 11# Installing SingularityCE
22
33** NOTE:** * This installation guide has been updated for the release candidate of
4- SingularityCE 3.8.0. The ` 3.8.0-rc1 ` version that will be installed is a
4+ SingularityCE 3.8.0. The ` 3.8.0-rc2 ` version that will be installed is a
55pre-release of SingularityCE. To install the latest stable version,
66substitute the version ` 3.7.3 ` in the instructions below. See the ` release-3.7 ` branch for the current stable codebase.*
77
@@ -87,7 +87,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
8787To build a specific version of SingularityCE, check out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before compiling:
8888
8989```
90- $ git checkout v3.8.0-rc.1
90+ $ git checkout v3.8.0-rc.2
9191```
9292
9393## Compiling SingularityCE
@@ -130,7 +130,7 @@ as shown above. Then download the latest
130130and use it to install the RPM like this:
131131
132132```
133- $ export VERSION=3.8.0-rc.1 # this is the singularity version, change as you need
133+ $ export VERSION=3.8.0-rc.2 # this is the singularity version, change as you need
134134
135135$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
136136 rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
You can’t perform that action at this time.
0 commit comments