Skip to content

Commit 9b7a89f

Browse files
committed
we always depend on sulong now, so the SULONG dist is always wanted
1 parent dafe1ad commit 9b7a89f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,16 @@ def do_run_python(args, extra_vm_args=None, env=None, jdk=None, **kwargs):
111111
elif check_vm_env == '0':
112112
check_vm()
113113

114-
dists = ['GRAALPYTHON', 'TRUFFLE_NFI']
114+
dists = ['GRAALPYTHON', 'TRUFFLE_NFI', 'SULONG']
115115

116116
vm_args, graalpython_args = mx.extract_VM_args(args, useDoubleDash=True, defaultAllVMArgs=False)
117117
graalpython_args, additional_dists = _extract_graalpython_internal_options(graalpython_args)
118118
dists += additional_dists
119119
if '--python.WithJavaStacktrace' not in graalpython_args:
120120
graalpython_args.insert(0, '--python.WithJavaStacktrace')
121121

122-
if SUITE_SULONG:
123-
dists.append('SULONG')
124-
if mx.suite("sulong-managed", fatalIfMissing=False):
125-
dists.append('SULONG_MANAGED')
122+
if mx.suite("sulong-managed", fatalIfMissing=False):
123+
dists.append('SULONG_MANAGED')
126124

127125
graalpython_args.insert(0, '--experimental-options=true')
128126

0 commit comments

Comments
 (0)