mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 12:05:21 +08:00
TeamCity: enable tests on go-tip
This commit is contained in:
committed by
Alessandro Arzilli
parent
9f908584dc
commit
6a282112cc
@ -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
|
||||
|
||||
Reference in New Issue
Block a user