[Groonga-commit] groonga/groonga at 13c9cb3 [master] travis: add workaround for Ruby 2.0

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 21 15:24:48 JST 2018


Kouhei Sutou	2018-06-21 15:24:48 +0900 (Thu, 21 Jun 2018)

  New Revision: 13c9cb3796012c62b57a0beb1ea79a232ab20fcd
  https://github.com/groonga/groonga/commit/13c9cb3796012c62b57a0beb1ea79a232ab20fcd

  Message:
    travis: add workaround for Ruby 2.0

  Modified files:
    travis/Dockerfile.ubuntu-14.04

  Modified: travis/Dockerfile.ubuntu-14.04 (+5 -4)
===================================================================
--- travis/Dockerfile.ubuntu-14.04    2018-06-21 12:55:49 +0900 (476b0ea95)
+++ travis/Dockerfile.ubuntu-14.04    2018-06-21 15:24:48 +0900 (745b14fd6)
@@ -31,10 +31,11 @@ RUN \
   apt install -qq -y cutter-testing-framework
 
 RUN \
-  gem2.0 install \
-    bundler \
-    grntest \
-    rake
+  ruby2.0 -r yaml -r rubygems/safe_yaml -S \
+    gem2.0 install \
+      bundler \
+      grntest \
+      rake
 
 RUN \
   useradd --user-group --create-home groonga
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180621/48abc022/attachment-0001.htm 



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