We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7127e0c + aadb5b7 commit bb7ca35Copy full SHA for bb7ca35
Rakefile
@@ -23,7 +23,7 @@ task :install_picoruby => [PICORUBY_DIR, MRUBYC_DIR]
23
directory PICORUBY_DIR do
24
sh "git clone https://github.com/picoruby/picoruby.git"
25
FileUtils.cd("picoruby") do
26
- sh "git checkout use-builtin-Task"
+ sh "git submodule update --init --recursive"
27
end
28
FileUtils.cd("lib") do
29
sh "bundle install"
@@ -34,7 +34,7 @@ directory MRUBYC_DIR do
34
FileUtils.cd("picoruby/mrbgems/picoruby-mrubyc/lib") do
35
sh "git clone https://github.com/mrubyc/mrubyc.git"
36
FileUtils.cd("mrubyc") do
37
- sh "git checkout fix-picoruby-irb"
38
39
40
0 commit comments