Merge pull request #1003 from Random-Liu/revert-#997
Revert "Temporary fix for golang regression #29241."
This commit is contained in:
commit
e5bd9b62d8
@ -46,8 +46,7 @@ fi
|
||||
|
||||
# Install critest
|
||||
if [ ! -x "$(command -v ${CRITEST})" ]; then
|
||||
# FIXME temporarily disabled due to a regression in Go 1.10.6 / 1.11.3 (https://github.com/golang/go/issues/29241)
|
||||
go get -d ${CRITOOL_PKG} || true
|
||||
go get -d ${CRITOOL_PKG}/...
|
||||
cd ${GOPATH}/src/${CRITOOL_PKG}
|
||||
git fetch --all
|
||||
git checkout ${CRITOOL_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user