Skip to content

Commit e46bccb

Browse files
committed
mx build_truffleruby should not force imports
1 parent ddaf06b commit e46bccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.truffleruby/mx_truffleruby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def jt(*args):
5858

5959
def build_truffleruby(args = []):
6060
mx.command_function('sversions')([])
61-
jt("build")
61+
jt('build', '--no-sforceimports')
6262

6363
def ruby_deploy_binaries(args):
6464
"""Deploy a binary suite for truffleruby"""

0 commit comments

Comments
 (0)