Skip to content

Commit 86aa036

Browse files
fniephauseregon
authored andcommitted
Drop redundant NI options.
1 parent 7b087aa commit 86aa036

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mx.truffleruby/mx_truffleruby.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,7 @@ def verify_ci(args):
301301
main_class='org.truffleruby.launcher.RubyLauncher',
302302
build_args=[
303303
'-J-Xmx6g', # Set Xmx to use a reliable amount of memory
304-
'-H:+DumpThreadStacksOnSignal',
305304
'-H:+DetectUserDirectoriesInImageHeap',
306-
'-H:+TruffleCheckBlockListMethods'
307305
],
308306
build_args_enterprise=[
309307
'-J-Xmx7g', # Set Xmx to use a reliable amount of memory

0 commit comments

Comments
 (0)