mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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:
parent
2691091a4a
commit
9417029290
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue