Commit 1daeadb7 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Kirill Smelkov

[golang14] fix TestParseInLocation test: Install package from latest changes...

[golang14] fix TestParseInLocation test: Install package from latest changes on upstream go14 branch

https://github.com/golang/go/commit/4d5426a570c2820c5894a61b52e3dc147e4e7925

golang14 is still failing to build on some server, the commit above fix the
problem on test TestParseInLocation. This is why we install golang14 from upstream go14 branch.

[ kirr: see also relateddiscussion on nexedi/slapos!133 ]

/reviewed-by @kirr
/reviewed-on nexedi/slapos!245
parent fd43ba62
...@@ -20,11 +20,14 @@ environment = ...@@ -20,11 +20,14 @@ environment =
GOROOT_FINAL=${:location} GOROOT_FINAL=${:location}
${:environment-extra} ${:environment-extra}
[golang14-repository]
<= git-repository
repository = https://github.com/golang/go.git
revision = go1.4.3-16-g4d5426a
[golang14] [golang14]
<= golang-common <= golang-common
url = https://storage.googleapis.com/golang/go1.4-bootstrap-20170531.tar.gz path = ${golang14-repository:location}
md5sum = d2cc61cb9f829b3510ee39c0c5568014
environment-extra = environment-extra =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment