Kouhei Sutou
null+****@clear*****
Fri Aug 26 09:53:34 JST 2016
Kouhei Sutou 2016-08-26 09:53:34 +0900 (Fri, 26 Aug 2016) New Revision: 8a54689a0d34ab946ad065d2cf874abec8531d58 https://github.com/mroonga/mroonga/commit/8a54689a0d34ab946ad065d2cf874abec8531d58 Message: travis: drop the latest MySQL 5.5 Because the official deb package for it doesn't exist. Modified files: .travis.yml tools/travis/install.sh Modified: .travis.yml (+0 -1) =================================================================== --- .travis.yml 2016-08-26 09:38:48 +0900 (1b31cb0) +++ .travis.yml 2016-08-26 09:53:34 +0900 (156eb23) @@ -6,7 +6,6 @@ dist: trusty language: cpp env: - MYSQL_VERSION=mysql-system - - MYSQL_VERSION=mysql-5.5.49 - MYSQL_VERSION=mysql-5.6.31 - MYSQL_VERSION=mysql-5.7.13 - MYSQL_VERSION=mariadb-5.5.51 Modified: tools/travis/install.sh (+0 -16) =================================================================== --- tools/travis/install.sh 2016-08-26 09:38:48 +0900 (0bc6843) +++ tools/travis/install.sh 2016-08-26 09:53:34 +0900 (33c37d3) @@ -87,22 +87,6 @@ else mysql-testsuite libmysqld-dev apt-get -qq source mysql-server ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql - elif [ "$series" = "5.5" ]; then - download_base="http://cdn.mysql.com/Downloads/MySQL-${series}/" - if [ "$(uname -m)" = "x86_64" ]; then - architecture=x86_64 - else - architecture=i686 - fi - deb=mysql-${version}-debian6.0-${architecture}.deb - tar_gz=mysql-${version}.tar.gz - curl -O ${download_base}${deb} & - curl -O ${download_base}${tar_gz} & - wait - sudo apt-get -qq -y install libaio1 - sudo dpkg -i $deb - tar xzf $tar_gz - ln -s mysql-${version} mysql else repository_deb=mysql-apt-config_0.7.3-1_all.deb curl -O http://repo.mysql.com/${repository_deb} -------------- next part -------------- HTML����������������������������... Télécharger