aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-26 17:52:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-26 17:52:46 +0000
commit690f2c723098a6dbfaa4be7b406ca39905a14dd6 (patch)
tree21382fb0a8a98ad1a323b2993f4bfc2aeaa3495a /common.mk
parenta0db078eae1397705f050d8ff6b7cf123298aea2 (diff)
downloadruby-690f2c723098a6dbfaa4be7b406ca39905a14dd6.tar.gz
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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 9520cbf34d..62c8e4871f 100644
--- a/common.mk
+++ b/common.mk
@@ -17,6 +17,10 @@ RUBYLIB = $(PATH_SEPARATOR)
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