From a11dd16be96d734291be6d3a6b8dfbddf8c48ec1 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Fri, 31 Jan 2020 20:35:33 +0300 Subject: [PATCH] travis-ci: Always describe openssl branch Log full commit id that we build OpenSSL against, because `master' is moving target. That should be useful for old logs to reproduce these builds. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b05efa6..5f34fb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ before_script: - sudo cpanm --notest Test2::V0 > build.log 2>&1 || (cat build.log && exit 1) - git clone --depth 1 -b ${OPENSSL_BRANCH} https://github.com/openssl/openssl.git - cd openssl + - git describe --always --long - ./config shared -d --prefix=${PREFIX} --openssldir=${PREFIX} -Wl,-rpath=${PREFIX}/lib && travis_wait make -s -j$(nproc) all && make -s install_sw - cd .. -- 2.39.2