File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ This is done using the `gu` command. The Ruby package is the same for both
54
54
editions of GraalVM and comes from GitHub.
55
55
56
56
```
57
- $ gu install -c org.graalvm.ruby
57
+ $ gu install org.graalvm.ruby
58
58
```
59
59
60
60
Or download manually from https://github.com/oracle/truffleruby/releases .
Original file line number Diff line number Diff line change @@ -1990,7 +1990,7 @@ def dockerfile(*args)
1990
1990
lines . push "RUN curl -OL https://github.com/oracle/graal/releases/download/vm-#{ public_version } /graalvm-ce-#{ public_version } -linux-amd64.tar.gz"
1991
1991
lines . push "RUN tar -zxf graalvm-ce-#{ public_version } -linux-amd64.tar.gz"
1992
1992
lines . push "ENV GRAALVM_BASE=/test/graalvm-#{ public_version } "
1993
- lines . push "RUN $GRAALVM_BASE/bin/gu install -c org.graalvm.ruby"
1993
+ lines . push "RUN $GRAALVM_BASE/bin/gu install org.graalvm.ruby"
1994
1994
lines . push "ENV D_RUBY_BASE=$GRAALVM_BASE/jre/languages/ruby"
1995
1995
lines . push "ENV D_RUBY_BIN=$GRAALVM_BASE/bin"
1996
1996
when :graalvm
You can’t perform that action at this time.
0 commit comments