File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -768,6 +768,7 @@ def help
768
768
it is also linked in your ruby manager (if found) under the same name,
769
769
by default it is the name of the mx env file,
770
770
the named build stays until it is rebuilt or deleted manually
771
+ --new-hash update the Git hash in RUBY_DESCRIPTION
771
772
mx options: options passed directly to mx
772
773
-d start the Java debugger and enables assertions when running truffleruby to configure C extensions
773
774
mx build options options passed to the 'build' command of mx
@@ -2373,6 +2374,8 @@ def bootstrap_toolchain
2373
2374
remove_shared_compile_artifacts
2374
2375
end
2375
2376
2377
+ FileUtils . touch ( Dir . glob ( 'src/**/BuildInformation.java' ) . first ) if options . delete ( '--new-hash' )
2378
+
2376
2379
env = if ( i = options . index ( '--env' ) || options . index ( '-e' ) )
2377
2380
options . delete_at i
2378
2381
options . delete_at i
You can’t perform that action at this time.
0 commit comments