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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user