Commit 5a1b9ad1 authored by Kirill Smelkov's avatar Kirill Smelkov

X go1.9 -> go1.10

XXX

we are hitting https://github.com/golang/go/issues/24285 and so wait for
nexedi/slapos.core!42 to be deployed
there on slapos under which builds are done.

11.05.2018:

- testnodes seems to be updated:

  https://nexedi.erp5.net/test_result_module/20180510-13505C33/2

- webrunner with the fix is being released as [RC] (1.0.62);
parent 20c26ea6
......@@ -33,21 +33,22 @@ environment-extra =
make-targets= cd src && ./make.bash && cp -alf .. ${:location}
[golang18]
[golang19]
<= golang-common
url = https://dl.google.com/go/go1.8.7.src.tar.gz
md5sum = c61cfe9c85e7d42f903d3fe146d7cde6
url = https://dl.google.com/go/go1.9.4.src.tar.gz
md5sum = 6816441fd6680c63865cdd5cb8bc1960
# go1.8 needs go1.4 to bootstrap
# go1.9 needs go1.4 to bootstrap
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
[golang19]
# XXX we are hitting https://github.com/golang/go/issues/24285
[golang1.10]
<= golang-common
url = https://dl.google.com/go/go1.9.4.src.tar.gz
md5sum = 6816441fd6680c63865cdd5cb8bc1960
url = https://dl.google.com/go/go1.10.2.src.tar.gz
md5sum = c63b35075bed693bbfc84d4a6262948a
# go1.9 needs go1.4 to bootstrap
# go1.10 needs go1.4 to bootstrap
environment-extra =
GOROOT_BOOTSTRAP=${golang14:location}
......@@ -84,7 +85,7 @@ bin = ${:directory}/bin
depends = ${gowork.goinstall:recipe}
# go version used for the workspace (possible to override in applications)
golang = ${golang19:location}
golang = ${golang1.10:location}
# no special build flags by default
buildflags =
......
  • @alain.takoudjou, could you please confirm the status of testnodes and webrunner as stated in the commit message?

    Thanks beforehand for feedback,
    Kirill

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