Skip to content

Commit

Permalink
Revert "Explictly set wget cipher suite (#3687)" (#3689)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts authored Aug 30, 2023
1 parent 859073c commit bc59224
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions yelp_package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,10 @@ else
endif

go_entrypoint:
# GH appears to require using TLS1.2+ in a way that breaks wget's automatic protocol selection
# we can somewhat future-proof ourselves for a while by forcing TLS1.3 - but we should go back
# to auto once (if?) GH fixes the way that they're blocking TLS1.1
rm -rf gopath && \
mkdir -p gopath && \
cd gopath && \
wget --secure-protocol=TLSv1_3 https://github.com/Yelp/paasta-tools-go/archive/v$(PTG_VERSION).zip && \
wget https://github.com/Yelp/paasta-tools-go/archive/v$(PTG_VERSION).zip && \
sha256sum v$(PTG_VERSION).zip | grep -q ^$(PTG_SUM) && \
unzip v$(PTG_VERSION).zip && \
cd paasta-tools-go-$(PTG_VERSION) && \
Expand Down

0 comments on commit bc59224

Please sign in to comment.