summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files 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"