From 09448461b0719226d5d4e37f42e2a4d9a68f3288 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 13 Dec 2016 03:55:13 +0000 Subject: make-snapshot: fix circular dependency git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/make-snapshot b/tool/make-snapshot index 35222b96c7..b650a35ec8 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -329,6 +329,7 @@ def package(vcs, rev, destdir, tmp = nil) "BOOTSTRAPRUBY"=>baseruby, "PWD"=>Dir.pwd, "CONFIGURE"=>"configure", + "arch"=>"noarch", } vars["UNICODE_VERSION"] = $unicode_version if $unicode_version args = vars.dup -- cgit v1.2.3