mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Build ruby-runner
This commit is contained in:
parent
227220b25a
commit
39492d6ce6
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ end
|
|||
|
||||
def read_make_deps(cwd)
|
||||
dependencies = {}
|
||||
make_p, make_p_stderr, make_p_status = Open3.capture3("make -p all miniruby ruby golf")
|
||||
make_p, make_p_stderr, make_p_status = Open3.capture3("make -p all miniruby ruby-runner golf")
|
||||
File.open('update-deps.make.out.log', 'w') {|f| f.print make_p }
|
||||
File.open('update-deps.make.err.log', 'w') {|f| f.print make_p_stderr }
|
||||
if !make_p_status.success?
|
||||
|
|
Loading…
Add table
Reference in a new issue