Commit fce64574 authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

Travis: remove tokudb when building with clang

parent e130ee55
......@@ -73,8 +73,9 @@ addons:
script:
# mroonga just generates too many warnings with clang and travis stops the job
# tokudb has fatal warnings
- if [[ "${TRAVIS_OS_NAME}" == 'linux' && "${CXX}" == 'clang++' ]]; then
rm -rf "${TRAVIS_BUILD_DIR}"/storage/mroonga;
rm -rf "${TRAVIS_BUILD_DIR}"/storage/{mroonga,tokudb};
fi
- source .travis.compiler.sh
- ${MYSQL_BUILD_CC} --version ; ${MYSQL_BUILD_CXX} --version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment