summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10095d26b..2850c3b10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,11 +88,6 @@ mysql_run_5.7:
git-core
make autoconf automake autopoint apt-utils
libssl-dev openssl 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 #locate libcrypto.so
- - nm /usr/lib/x86_64-linux-gnu/libcrypto.a | grep CRYPTO_new
- - ldd /usr/bin/openssl
- ./.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"
@@ -145,8 +140,12 @@ mariadb_run_valgrind_latest:
gcc-6
git-core
make autoconf automake autopoint
- libssl-dev libtool libmariadbclient-dev libz-dev libpcre3-dev
+ libssl-dev openssl libtool libmariadbclient-dev libz-dev libpcre3-dev
valgrind"
+ - grep -nR CRYPTO_new_ex_data /usr/include/openssl/
+ - ls /usr/lib/x86_64-linux-gnu/ | grep libcrypto #locate libcrypto.so
+ - nm /usr/lib/x86_64-linux-gnu/libcrypto.a | grep CRYPTO_new
+ - ldd /usr/bin/openssl
- ./.tools/jobs/cloneall.sh
- ./.tools/jobs/initdb.sh mariadb
- ./.tools/jobs/build.sh "--enable-packetver=${packetver} --enable-epoll --enable-debug --disable-manager --enable-Werror --enable-buildbot" "--enable-werror"