We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd6e53 commit 4e30be5Copy full SHA for 4e30be5
.ci/setup_environment.sh
@@ -42,7 +42,7 @@ fi
42
if [ "$LD_FLAGS" != "" ]; then
43
ADD_ARGS+=( LDFLAGS=${LDFLAGS} )
44
fi
45
-COMMON_ARGS=( --no-prompt --verbosity ${VERBOSITY:-2} --tests main --enable-relocatable )
+COMMON_ARGS=( --no-prompt --verbosity ${VERBOSITY:-2} --tests main --enable-relocatable --disable-mysql )
46
export PLATFORM=$TRAVIS_OS_NAME${OSX:-}-x86_64-$CCVERSION
47
export PROJECT_URL=https://github.com/$TRAVIS_REPO_SLUG
48
if [ "$TRAVIS_OS_NAME" = "windows" ]; then
0 commit comments