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
3da3d70c
Commit
3da3d70c
authored
Sep 19, 2022
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/golang: add 1.19.1 remove 1.16.13
parent
981a77fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
10 deletions
+21
-10
component/golang/buildout.cfg
component/golang/buildout.cfg
+21
-10
No files found.
component/golang/buildout.cfg
View file @
3da3d70c
...
...
@@ -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]
...
...
@@ -72,14 +74,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
...
...
@@ -90,6 +86,9 @@ md5sum = 4476707f05cf6915ec1173038dc357a9
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
patches += ${:patch-TestSCMCredentials}
[golang1.18]
<= golang-common
url = https://golang.org/dl/go1.18.9.src.tar.gz
...
...
@@ -102,6 +101,18 @@ md5sum = e2caa7c4de49aa77a14c694bfc9a5cd1
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 or go1.17 to bootstrap.
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
# ---- infrastructure to build Go workspaces / projects ----
# gowork is the top-level section that defines Go workspace.
...
...
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