Skip to content

Commit

Permalink
Travis: remove tokudb when building with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Apr 6, 2017
1 parent e130ee5 commit fce6457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit fce6457

Please sign in to comment.