Skip to content

Commit 4e30be5

Browse files
committed
For now, just add --disable-mysql everywhere to fix problems with Glpk
1 parent 1cd6e53 commit 4e30be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/setup_environment.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fi
4242
if [ "$LD_FLAGS" != "" ]; then
4343
ADD_ARGS+=( LDFLAGS=${LDFLAGS} )
4444
fi
45-
COMMON_ARGS=( --no-prompt --verbosity ${VERBOSITY:-2} --tests main --enable-relocatable )
45+
COMMON_ARGS=( --no-prompt --verbosity ${VERBOSITY:-2} --tests main --enable-relocatable --disable-mysql )
4646
export PLATFORM=$TRAVIS_OS_NAME${OSX:-}-x86_64-$CCVERSION
4747
export PROJECT_URL=https://github.com/$TRAVIS_REPO_SLUG
4848
if [ "$TRAVIS_OS_NAME" = "windows" ]; then

0 commit comments

Comments
 (0)