mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05:00
travis: move the go install to linux-only
... to repair the build again Closes #4403
This commit is contained in:
parent
218a62a6ce
commit
7c7dac4dbb
14
.travis.yml
14
.travis.yml
@ -86,6 +86,11 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
before_install:
|
||||||
|
# Install and use the current stable release of Go
|
||||||
|
- gimme --list
|
||||||
|
- eval "$(gimme stable)"
|
||||||
|
- gimme --list
|
||||||
env:
|
env:
|
||||||
- T=novalgrind BORINGSSL=yes C="--with-ssl=$HOME/boringssl" LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib
|
- T=novalgrind BORINGSSL=yes C="--with-ssl=$HOME/boringssl" LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib
|
||||||
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
||||||
@ -99,6 +104,11 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
before_install:
|
||||||
|
# Install and use the current stable release of Go
|
||||||
|
- gimme --list
|
||||||
|
- eval "$(gimme stable)"
|
||||||
|
- gimme --list
|
||||||
env:
|
env:
|
||||||
- T=novalgrind BORINGSSL=yes QUICHE="yes" C="--with-ssl=$HOME/boringssl --with-quiche=$HOME/quiche/target/release --enable-alt-svc" LD_LIBRARY_PATH=/home/travis/boringssl/lib:$HOME/quiche/target/release:/usr/local/lib
|
- T=novalgrind BORINGSSL=yes QUICHE="yes" C="--with-ssl=$HOME/boringssl --with-quiche=$HOME/quiche/target/release --enable-alt-svc" LD_LIBRARY_PATH=/home/travis/boringssl/lib:$HOME/quiche/target/release:/usr/local/lib
|
||||||
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
||||||
@ -411,10 +421,6 @@ matrix:
|
|||||||
before_install:
|
before_install:
|
||||||
- eval "${OVERRIDE_CC}"
|
- eval "${OVERRIDE_CC}"
|
||||||
- eval "${OVERRIDE_CXX}"
|
- eval "${OVERRIDE_CXX}"
|
||||||
# Install and use the current stable release of Go
|
|
||||||
- gimme --list
|
|
||||||
- eval "$(gimme stable)"
|
|
||||||
- gimme --list
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
|
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user