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- ## Changes Since Last Release
3+ ## 3.11.0 Release Candidate 2 \[ 2023-02-02 \]
44
55### Bug Fixes
66
77- Avoid UID / GID readonly var warnings with ` --env-file ` .
8+ - Ensure proot flow does not override ` --remote ` build.
89
910## 3.11.0 Release Candidate 1 \[ 2023-01-11\]
1011
Original file line number Diff line number Diff line change @@ -146,11 +146,11 @@ cd singularity
146146By default your clone will be on the ` main ` branch which is where development
147147of SingularityCE happens. To build a specific version of SingularityCE, check
148148out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before
149- compiling. E.g. to build the 3.11.0-rc.1 release candidate, checkout the
150- ` v3.11.0-rc.1 ` tag:
149+ compiling. E.g. to build the 3.11.0-rc.2 release candidate, checkout the
150+ ` v3.11.0-rc.2 ` tag:
151151
152152``` sh
153- git checkout --recurse-submodules v3.11.0-rc.1
153+ git checkout --recurse-submodules v3.11.0-rc.2
154154```
155155
156156## Compiling SingularityCE
@@ -201,7 +201,7 @@ build and install the RPM like this:
201201<!-- markdownlint-disable MD013 -->
202202
203203``` sh
204- export VERSION=3.11.0-rc.1 # this is the singularity version, change as you need
204+ export VERSION=3.11.0-rc.2 # this is the singularity version, change as you need
205205
206206# Fetch the source
207207wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments