File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ matrix:
4545 dist : xenial
4646 - perl : system_bionic
4747 dist : bionic
48+ addons :
49+ apt :
50+ packages :
51+ - libdbi-perl
52+ - libmysqlclient-dev
53+ - libwrap0-dev
4854 - perl : system_precise
4955 dist : precise
5056 env : MYSQL_CONFIG=PIC
@@ -438,8 +444,8 @@ before_install:
438444 - if [ "$DB" = "MySQL" ]; then
439445 case "$VERSION" in
440446 4.1.*) SANDBOX_URL=http://mysql.localhost.net.ar/Downloads/MySQL-4.1/mysql-standard-$VERSION-unknown-linux-gnu-x86_64-glibc23.tar.gz ;;
441- 5.0.[012]*) SANDBOX_URL=https://downloads.mysql.com/archives/get/file/mysql-standard-$VERSION-linux-x86_64-glibc23.tar.gz ;;
442- 5.[01].*) SANDBOX_URL=https://downloads.mysql.com/archives/get/file/mysql-$VERSION-linux-x86_64-glibc23.tar.gz ;;
447+ 5.0.[012]*) SANDBOX_URL=https://downloads.mysql.com/archives/get/p/23/ file/mysql-standard-$VERSION-linux-x86_64-glibc23.tar.gz ;;
448+ 5.[01].*) SANDBOX_URL=https://downloads.mysql.com/archives/get/p/23/ file/mysql-$VERSION-linux-x86_64-glibc23.tar.gz ;;
443449 5.5.?) SANDBOX_URL=https://dev.mysql.com/get/mysql-$VERSION-linux2.6-x86_64.tar.gz ;;
444450 5.5.[1234]*) SANDBOX_URL=https://dev.mysql.com/get/mysql-$VERSION-linux2.6-x86_64.tar.gz ;;
445451 5.5.5[012345]*) SANDBOX_URL=https://dev.mysql.com/get/mysql-$VERSION-linux2.6-x86_64.tar.gz ;;
You can’t perform that action at this time.
0 commit comments