From 0b9d7bd56357a46c3d759648a9059f65eaacb444 Mon Sep 17 00:00:00 2001 From: Jesusaves <cpntb1@ymail.com> Date: Sun, 6 Feb 2022 15:04:18 -0300 Subject: Let's try again... --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eddc57d05..c6c3d0555 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,10 +87,11 @@ mysql_run_5.7: gcc-7 git-core make autoconf automake autopoint apt-utils - libssl-dev libtool libmysqlclient-dev libz-dev libpcre3-dev" + libssl1.0-dev libtool libmysqlclient-dev libz-dev libpcre3-dev" - ls /usr/include/openssl/ - grep -nR CRYPTO_new_ex_data /usr/include/openssl/ - - ls /usr/lib/x86_64-linux-gnu/ | grep libcrypto.so #locate libcrypto.so + - ls /usr/lib/x86_64-linux-gnu/ | grep libcrypto #locate libcrypto.so + - nm /usr/lib/x86_64-linux-gnu/libcrypto.a | grep CRYPTO_new - ./.tools/jobs/cloneall.sh - ./.tools/jobs/initdb.sh mysql - ./.tools/jobs/build.sh "--enable-packetver=${packetver} --enable-epoll --enable-debug --enable-sanitize=full --disable-manager --enable-Werror --enable-buildbot" "--enable-werror --enable-lto --enable-sanitize" -- cgit v1.2.3-70-g09d2