]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: CI: install golang-1.13 when building BoringSSL
authorIlya Shipitsin <chipitsine@gmail.com>
Mon, 16 Sep 2019 11:13:10 +0000 (16:13 +0500)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Sep 2019 11:52:39 +0000 (13:52 +0200)
scripts/build-ssl.sh

index cec81e04a3b096e6dbdf6dc098ab50a3d9e17e36..384438a227ddbcf6f072fefc49fbef1a512243dc 100755 (executable)
@@ -79,6 +79,10 @@ fi
 
 if [ ! -z ${BORINGSSL+x} ]; then
        (
+
+       # travis-ci comes with go-1.11, while boringssl requires go-1.13
+       eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.13 bash)"
+
         download_boringssl
        cd download-cache/boringssl
         if [ -d build ]; then rm -rf build; fi