[前][次][番号順一覧][スレッド一覧]

ruby-changes:39865

From: nobu <ko1@a...>
Date: Sun, 27 Sep 2015 02:53:05 +0900 (JST)
Subject: [ruby-changes:39865] nobu:r51946 (trunk): common.mk: clear envs for GEM

nobu	2015-09-27 02:52:46 +0900 (Sun, 27 Sep 2015)

  New Revision: 51946

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51946

  Log:
    common.mk: clear envs for GEM
    
    * common.mk: clear environment variables for GEM paths to get rid
      of searching unexpected gems.  fix failures on travis-ci.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 51945)
+++ common.mk	(revision 51946)
@@ -17,6 +17,10 @@ RUBYLIB       = $(PATH_SEPARATOR) https://github.com/ruby/ruby/blob/trunk/common.mk#L17
 RUBYOPT       = -
 RUN_OPTS      = --disable-gems
 
+GEM_HOME =
+GEM_PATH =
+GEM_VENDOR =
+
 SPEC_GIT_BASE = git://github.com/ruby
 MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
 RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]