mirror of
https://github.com/golang/go
synced 2024-11-26 03:47: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:
parent
2691091a4a
commit
9417029290
@ -63,9 +63,6 @@ export GO111MODULE=on
|
|||||||
export GOBIN="$dir"
|
export GOBIN="$dir"
|
||||||
(cd "$dir"; go get golang.org/x/build/cmd/release)
|
(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.
|
# Build the release.
|
||||||
sha() {
|
sha() {
|
||||||
if hash sha256sum 2>/dev/null; then
|
if hash sha256sum 2>/dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user