Skip to content

Commit e130ee5

Browse files
grooverdansvoj
authored andcommitted
Travis: remove Mroonga for clang
Mroonga generated far too many warnings (and hence output) for Travis's sensibilities on output log file size. So we just remove the storage engine. Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
1 parent 837fa86 commit e130ee5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ addons:
7272
# libsystemd-daemon-dev # https://github.com/travis-ci/apt-package-whitelist/issues/3882
7373

7474
script:
75+
# mroonga just generates too many warnings with clang and travis stops the job
76+
- if [[ "${TRAVIS_OS_NAME}" == 'linux' && "${CXX}" == 'clang++' ]]; then
77+
rm -rf "${TRAVIS_BUILD_DIR}"/storage/mroonga;
78+
fi
7579
- source .travis.compiler.sh
7680
- ${MYSQL_BUILD_CC} --version ; ${MYSQL_BUILD_CXX} --version
7781
- cd "${TRAVIS_BUILD_DIR}"

0 commit comments

Comments
 (0)