mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
BUILD: CI: install golang-1.13 when building BoringSSL
This commit is contained in:
parent
d66700a91c
commit
8abf026aff
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue