2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 01:02:17 +00:00

Added CI code to skip SHA256 tests for Mariadb

This commit is contained in:
ruben
2020-04-06 13:24:09 +01:00
parent 745064c009
commit 07cdacc388

View File

@@ -15,6 +15,11 @@ else
sudo service mysql restart
fi
# Mariadb does not support SHA256 auth plugins
if [ $DATABASE == "mariadb" ]; then
export MYSQL_SKIP_SHA256_TESTS=1
fi
mkdir -p build
cd build