Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
73605e9f
Commit
73605e9f
authored
3 years ago
by
Eric Müller
Browse files
Options
Downloads
Patches
Plain Diff
Chore: Update go (used for singularity build) from 1.11.5 to 1.17
Change-Id: Icdf35f993fe7ae4ef5836846d7ad3af719aedef2
parent
3707361b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/install_singularity_as_root.sh
+4
-3
4 additions, 3 deletions
.ci/install_singularity_as_root.sh
with
4 additions
and
3 deletions
.ci/install_singularity_as_root.sh
+
4
−
3
View file @
73605e9f
...
...
@@ -12,7 +12,7 @@ SINGULARITY_REPO="https://github.com/electronicvisions/singularity.git"
SINGULARITY_BRANCH
=
"bugfix/for_EINCHosts"
# temporary branch with hotfixes for sschmitt as well as newer kernels
GO_INSTALL_PATH
=
/opt/go
GO_VERSION
=
1.1
1.5
GO_VERSION
=
1.1
7
OS
=
linux
ARCH
=
amd64
...
...
@@ -58,7 +58,8 @@ if [ ! -d "${GOPATH}}" ]; then
fi
# build singularity
# golang is a bit finicky about where things are placed. Here is the correct way to build Singularity from source.
# this is a go 1.11-based install flow which probably should be adjusted for
# modern go (no need to build from source within the gopath folder anymore)
SINGULARITY_INSTALL_PATH
=
"
${
GOPATH
}
/src/github.com/sylabs/singularity"
mkdir
-p
"
${
SINGULARITY_INSTALL_PATH
}
/../"
git clone
-b
"
${
SINGULARITY_BRANCH
}
"
\
...
...
@@ -72,7 +73,7 @@ pushd "${SINGULARITY_INSTALL_PATH}"
--sysconfdir
=
/etc
pushd
"
${
SPACK_TMPDIR
}
/singularity-builddir"
make
&&
make
install
GO111MODULE
=
auto
make
&&
make
install
popd
popd
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment