From a9e0a25587a4b48c5d83128eb27b63f2c751202c Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Mon, 4 May 2020 16:15:59 +0300 Subject: [PATCH] Switching Travis to 3.0.0-alpha1 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4929300..6867e2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: - PREFIX=${HOME}/opt - PATH=${PREFIX}/bin:${PATH} - OPENSSL_BRANCH=OpenSSL_1_1_1-stable + - OPENSSL_TAG=openssl-3.0.0-alpha1 - RPATH="-Wl,-rpath=${PREFIX}/lib" matrix: @@ -51,8 +52,9 @@ before_script: - curl -L https://cpanmin.us | sudo perl - --sudo App::cpanminus - sudo cpanm --notest Test2::V0 > build.log 2>&1 || (cat build.log && exit 1) - if [ "$APT_INSTALL" ]; then sudo apt-get install -y $APT_INSTALL; fi - - git clone --depth 1 -b ${OPENSSL_BRANCH} https://github.com/openssl/openssl.git + - git clone https://github.com/openssl/openssl.git - cd openssl + - git checkout ${OPENSSL_TAG} - git describe --always --long - $SETARCH ./config shared -d --prefix=${PREFIX} --openssldir=${PREFIX} ${RPATH} - travis_wait $SETARCH make -s -j$(nproc) build_libs -- 2.39.2