Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
b217546e
Commit
b217546e
authored
Sep 19, 2022
by
Jérome Perrin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/golang: add 1.19.1 remove 1.16.13
parent
e1730a75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
10 deletions
+19
-10
component/golang/buildout.cfg
component/golang/buildout.cfg
+19
-10
No files found.
component/golang/buildout.cfg
View file @
b217546e
...
...
@@ -31,13 +31,15 @@ environment =
GOROOT_FINAL=${:location}
${:environment-extra}
# TestChown and TestSCMCredentials currently fail in a user-namespace
# TestChown currently fail in a user-namespace, this is the case for
# all go version >= 1.12
# https://github.com/golang/go/issues/42525
# the patches apply to go >= 1.12
patch-options = -p1
patches =
${:_profile_base_location_}/skip-chown-tests.patch#d4e3c8ef83788fb2a5d80dd75034786f
${:_profile_base_location_}/fix-TestSCMCredentials.patch#1d8dbc97cd579e03fafd8627d48f1c59
# For go <= 1.19 ( until https://github.com/golang/go/commit/f839aaa2 )
# we also have a patch for TestSCMCredentials failing in user-namespace
patch-TestSCMCredentials = ${:_profile_base_location_}/fix-TestSCMCredentials.patch#1d8dbc97cd579e03fafd8627d48f1c59
[golang14]
...
...
@@ -63,14 +65,8 @@ md5sum = 6b607fc795391dc609ffd79ebf41f080
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
[golang1.16]
<= golang-common
url = https://golang.org/dl/go1.16.13.src.tar.gz
md5sum = 1c076f952d9af57590a36fa7d36f695a
patches += ${:patch-TestSCMCredentials}
# go1.16 needs go1.4 to bootstrap
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
[golang1.17]
<= golang-common
...
...
@@ -81,6 +77,19 @@ md5sum = dc57f93f323e9f8189e5ffc1f223e346
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
patches += ${:patch-TestSCMCredentials}
[golang1.19]
<= golang-common
url = https://golang.org/dl/go1.19.1.src.tar.gz
md5sum = 81aac4b1835d4aec78273e8e635e1c28
# go1.19 needs go1.4 to bootstrap
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
# ---- infrastructure to build Go workspaces / projects ----
# gowork is the top-level section that defines Go workspace.
...
...
Jérome Perrin
@jerome
mentioned in merge request
nexedi/slapos!1305 (closed)
·
Dec 20, 2022
mentioned in merge request
nexedi/slapos!1305 (closed)
mentioned in merge request nexedi/slapos!1305
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment