[Groonga-commit] ranguba/rroonga at d1af770 [try-to-build-for-windows-with-groonga-7-1-1] Try to build for Windows with Groonga 7.1.1

Back to archive index

Masafumi Yokoyama null+****@clear*****
Tue Jan 30 20:21:18 JST 2018


Masafumi Yokoyama	2018-01-30 20:21:18 +0900 (Tue, 30 Jan 2018)

  New Revision: d1af770cab885cc33f53c6349e3bbe3c1060408c
  https://github.com/ranguba/rroonga/commit/d1af770cab885cc33f53c6349e3bbe3c1060408c

  Message:
    Try to build for Windows with Groonga 7.1.1
    
    rake-compiler-deck 0.6.2 uses Ubuntu 17.04 Docker image, but
    Groonga 7.1.1 dropped Ubuntu 17.04.

  Modified files:
    Rakefile
    rroonga.gemspec

  Modified: Rakefile (+5 -0)
===================================================================
--- Rakefile    2018-01-30 16:12:05 +0900 (b749eb5d)
+++ Rakefile    2018-01-30 20:21:18 +0900 (a8a037cf)
@@ -168,6 +168,11 @@ namespace :build do
         mkdir_p build_dir
 
         commands = [
+          ["sudo", "apt-get", "-y", "install", "software-properties-common"],
+          ["sudo", "add-apt-repository", "-y", "universe"],
+          ["sudo", "add-apt-repository", "-y", "ppa:groonga/ppa"],
+          ["sudo", "apt-get", "update"],
+          ["sudo", "apt-get", "install", "-y", "libgroonga-dev"],
           ["git", "clone", "file://#{Dir.pwd}/.git", build_dir],
           ["cd", build_dir],
           ["gem", "install", "json"],

  Modified: rroonga.gemspec (+1 -1)
===================================================================
--- rroonga.gemspec    2018-01-30 16:12:05 +0900 (60457d61)
+++ rroonga.gemspec    2018-01-30 20:21:18 +0900 (a110752b)
@@ -89,7 +89,7 @@ Gem::Specification.new do |s|
   s.add_development_dependency("test-unit", [">= 3.0.0"])
   s.add_development_dependency("rake")
   s.add_development_dependency("rake-compiler", [">= 0.9.5"])
-  s.add_development_dependency("rake-compiler-dock", [">= 0.6.2"])
+  s.add_development_dependency("rake-compiler-dock", [">= 0.6.3"])
   s.add_development_dependency("bundler")
   s.add_development_dependency("yard")
   s.add_development_dependency("packnga", [">= 1.0.0"])
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180130/50dc7417/attachment.htm 



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