TeamCity: enable tests on go-tip

This commit is contained in:
aarzilli
2021-09-17 08:48:05 +02:00
committed by Alessandro Arzilli
parent 9f908584dc
commit 6a282112cc
2 changed files with 8 additions and 2 deletions

View File

@ -21,7 +21,10 @@ function getgo {
}
if [ "$version" = "gotip" ]; then
exit 0
# TODO: remove this
if [ "$arch" != "amd64" ]; then
exit 0
fi
echo Building Go from tip
getgo $(curl https://golang.org/VERSION?m=text)
export GOROOT_BOOTSTRAP=$GOROOT