[milter-manager-commit] milter-manager/milter-manager at a3f2b26 [master] travis: Update ruby version for CentOS6

Back to archive index

Kenji Okimoto null+****@clear*****
Wed Nov 8 15:25:18 JST 2017


Kenji Okimoto	2017-11-08 15:25:18 +0900 (Wed, 08 Nov 2017)

  New Revision: a3f2b269feb8a9013d8c1628a59014e8f44a0ded
  https://github.com/milter-manager/milter-manager/commit/a3f2b269feb8a9013d8c1628a59014e8f44a0ded

  Message:
    travis: Update ruby version for CentOS6

  Modified files:
    .travis.yml
    dockerfiles/Dockerfile-centos6

  Modified: .travis.yml (+1 -1)
===================================================================
--- .travis.yml    2017-11-08 15:21:57 +0900 (c313d4c4)
+++ .travis.yml    2017-11-08 15:25:18 +0900 (a99694d6)
@@ -18,7 +18,7 @@ env:
     - TARGET_DISTRIBUTION=debian-stretch
     - TARGET_DISTRIBUTION=debian-buster
     - TARGET_DISTRIBUTION=debian-sid
-    - TARGET_DISTRIBUTION=centos6 EXTRA_CONFIGURE_OPTIONS="--with-ruby=/usr/bin/ruby2.2 --with-bundled-ruby-glib2"
+    - TARGET_DISTRIBUTION=centos6 EXTRA_CONFIGURE_OPTIONS="--with-ruby=/usr/bin/ruby2.3 --with-bundled-ruby-glib2"
     - TARGET_DISTRIBUTION=centos7
 
 before_install:

  Modified: dockerfiles/Dockerfile-centos6 (+3 -3)
===================================================================
--- dockerfiles/Dockerfile-centos6    2017-11-08 15:21:57 +0900 (7cb73769)
+++ dockerfiles/Dockerfile-centos6    2017-11-08 15:25:18 +0900 (542635fe)
@@ -14,11 +14,11 @@ RUN yum install -q -y http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/i386/epel-rel
     yum install -q -y cutter && \
     useradd -m --user-group --shell /bin/bash milter-manager
 
-COPY ./package/yum/vendor/ruby22.spec /tmp/
+COPY ./package/yum/vendor/ruby23.spec /tmp/
 
 RUN mkdir -p ~/rpmbuild/SOURCES ~/rpmbuild/SPECS && \
-    wget --quiet http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.5.tar.gz -P ~/rpmbuild/SOURCES && \
-    rpmbuild --quiet -ba /tmp/ruby22.spec && \
+    wget --quiet http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.5.tar.gz -P ~/rpmbuild/SOURCES && \
+    rpmbuild --quiet -ba /tmp/ruby23.spec && \
     yum install -q -y ~/rpmbuild/RPMS/*/*.rpm
 
 RUN gem2.2 install --no-rdoc --no-ri coveralls-lcov pkg-config test-unit-rr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20171108/3c3c45a9/attachment-0001.htm 



More information about the milter-manager-commit mailing list
Back to archive index