1
0
mirror of https://github.com/golang/go synced 2024-11-26 01:17:57 -07:00

[dev.boringcrypto] misc/boring: remove download of releaselet.go in build.release

This step was added in CL 188738 to work around the issue
golang.org/issue/33443. That issue has now been resolved,
so this step is no longer needed and can be removed.

Updates #33443

Change-Id: I0c9257ab61d53f3a47556882f7dfc8fc119be849
Reviewed-on: https://go-review.googlesource.com/c/go/+/189942
Reviewed-by: Filippo Valsorda <filippo@golang.org>
This commit is contained in:
Dmitri Shuralyov 2019-08-12 15:40:50 -04:00
parent 2691091a4a
commit 9417029290

View File

@ -63,9 +63,6 @@ export GO111MODULE=on
export GOBIN="$dir"
(cd "$dir"; go get golang.org/x/build/cmd/release)
# Workaround issue golang.org/issue/33443.
wget -q -O releaselet.go "https://raw.githubusercontent.com/golang/build/master/cmd/release/releaselet.go"
# Build the release.
sha() {
if hash sha256sum 2>/dev/null; then