File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -593,6 +593,7 @@ def help
593
593
jt install jvmci install a JVMCI JDK in the parent directory
594
594
jt install graal [--no-jvmci] install Graal in the parent directory (--no-jvmci to use the system Java)
595
595
jt docker build a Docker image - see doc/contributor/docker.md
596
+ jt sync continuously synchronize changes from the Ruby source files to the GraalVM build
596
597
597
598
you can also put --build or --rebuild in front of any command to build or rebuild first
598
599
@@ -2097,6 +2098,10 @@ def verify_native_bin!
2097
2098
end
2098
2099
private :verify_native_bin!
2099
2100
2101
+ def sync
2102
+ exec ( RbConfig . ruby , "#{ TRUFFLERUBY_DIR } /tool/sync.rb" )
2103
+ end
2104
+
2100
2105
def docker ( *args )
2101
2106
command = args . shift
2102
2107
case command
You can’t perform that action at this time.
0 commit comments