File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 39
39
fi
40
40
fi
41
41
42
- # main.mysqlhotcopy_myisam consitently failed in travis containers
43
- # https://travis-ci.org/grooverdan/mariadb-server/builds/217661580
44
- echo ' main.mysqlhotcopy_myisam : unstable in containers' >> ${TRAVIS_BUILD_DIR} /mysql-test/unstable-tests
45
- echo ' archive.mysqlhotcopy_archive : unstable in containers' >> ${TRAVIS_BUILD_DIR} /mysql-test/unstable-tests
46
42
set +v +x
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ matrix:
42
42
compiler : gcc
43
43
script :
44
44
- ${CC} --version ; ${CXX} --version
45
- # Just for disabling hotcopy tests for now
46
45
- source .travis.compiler.sh
47
46
# https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable
48
47
# in trusty containers
@@ -108,6 +107,7 @@ addons:
108
107
- libaio-dev
109
108
- libboost-dev
110
109
- libcurl3-dev
110
+ - libdbd-mysql
111
111
- libjudy-dev
112
112
- libncurses5-dev
113
113
- libpam0g-dev
You can’t perform that action at this time.
0 commit comments