File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ jobs:
109
109
- libpsl-dev
110
110
- libbrotli-dev
111
111
- libzstd-dev
112
+ - env :
113
+ - T=novalgrind LIBRESSL=yes C="--with-ssl=$HOME/libressl" LD_LIBRARY_PATH=/home/travis/libressl/lib:/usr/local/lib
114
+ - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
112
115
- env :
113
116
- T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS=
114
117
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
Original file line number Diff line number Diff line change @@ -98,6 +98,16 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$OPENSSL3" ]; then
98
98
make install_sw
99
99
fi
100
100
101
+ if [ " $TRAVIS_OS_NAME " = linux -a " $LIBRESSL " ]; then
102
+ cd $HOME
103
+ git clone --depth=1 https://github.com/libressl-portable/portable.git libressl-git
104
+ cd libressl-git
105
+ ./autogen.sh
106
+ ./configure --prefix=$HOME /libressl
107
+ make
108
+ make install
109
+ fi
110
+
101
111
if [ " $TRAVIS_OS_NAME " = linux -a " $QUICHE " ]; then
102
112
cd $HOME
103
113
git clone --depth=1 --recursive https://github.com/cloudflare/quiche.git
You can’t perform that action at this time.
0 commit comments