]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.boringcrypto] misc/boring: remove download of releaselet.go in build.release
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 12 Aug 2019 19:40:50 +0000 (15:40 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Tue, 13 Aug 2019 02:09:21 +0000 (02:09 +0000)
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>
misc/boring/build.release

index 46d3b82087bb0219458eda35ca16173b7fe7c5d3..2256ff2e8f40abc83da2cd958175bbeb5ee73a43 100755 (executable)
@@ -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