Skip to content

Commit fe4699c

Browse files
committed
[GR-30529] Remove outdated GraalVM configs.
PullRequest: js/1998
2 parents 01a9861 + fa89f62 commit fe4699c

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

graal-nodejs/mx.graal-nodejs/mx_graal_nodejs.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -621,26 +621,6 @@ def mx_post_parse_cmd_line(args):
621621
stability="supported",
622622
))
623623

624-
# pylint: disable=line-too-long
625-
# GraalVM configs to build without the Graal compiler
626-
mx_sdk_vm.register_vm_config('node1', ['js', 'libpoly', 'llp', 'nfi', 'njs', 'poly', 'rgx', 'sdk', 'stage1', 'tfl'], _suite, env_file=False)
627-
mx_sdk_vm.register_vm_config('node', ['bjs', 'bpolyglot', 'js', 'libpoly', 'llp', 'nfi', 'njs', 'poly', 'rgx', 'sdk', 'spolyglot', 'tfl'], _suite, env_file=False)
628-
# GraalVM configs to build with the Graal compiler
629-
mx_sdk_vm.register_vm_config('node1-ce', ['cmp', 'js', 'libpoly', 'llp', 'nfi', 'njs', 'poly', 'rgx', 'sdk', 'stage1', 'tfl'], _suite, env_file=False)
630-
mx_sdk_vm.register_vm_config('node-ce', ['bjs', 'bpolyglot', 'cmp', 'js', 'libpoly', 'llp', 'nfi', 'njs', 'poly', 'rgx', 'sdk', 'spolyglot', 'tfl'], _suite, env_file=False)
631-
# GraalVM configs to build with the Enterprise Graal compiler
632-
mx_sdk_vm.register_vm_config('node1-ee', ['cmp', 'cmpee', 'js', 'libpoly', 'llp', 'nfi', 'njs', 'poly', 'rgx', 'sdk', 'stage1', 'tfl'], _suite, env_file=False)
633-
mx_sdk_vm.register_vm_config('node-ee', ['bjs', 'bpolyglot', 'cmp', 'cmpee', 'js', 'libpoly', 'llp', 'nfi', 'njs', 'poly', 'rgx', 'sdk', 'spolyglot', 'tfl'], _suite, env_file=False)
634-
# GraalVM configs to build with Native Image
635-
mx_sdk_vm.register_vm_config('n-ce', ['bjs', 'bnative-image', 'bnative-image-configure', 'bpolyglot', 'cmp', 'js', 'lg', 'libpoly', 'llp', 'nfi', 'ni', 'nic', 'nil', 'njs', 'nju', 'poly', 'polynative', 'rgx', 'sdk', 'sjvmcicompiler', 'snative-image-agent', 'svm', 'tfl', 'tflm'], _suite, env_file=False)
636-
mx_sdk_vm.register_vm_config('n1-ce', ['cmp', 'js', 'lg', 'libpoly', 'llp', 'nfi', 'ni', 'nic', 'nil', 'njs', 'nju', 'poly', 'polynative', 'rgx', 'sdk', 'stage1', 'svm', 'tfl', 'tflm'], _suite, env_file=False)
637-
# GraalVM configs to build with Native Image Enterprise
638-
mx_sdk_vm.register_vm_config('n-ee', ['bjs', 'bnative-image', 'bnative-image-configure', 'bpolyglot', 'cmp', 'cmpee', 'js', 'lg', 'libpoly', 'llp', 'nfi', 'ni', 'nic', 'niee', 'nil', 'njs', 'nju', 'poly', 'polynative', 'rgx', 'sdk', 'sjvmcicompiler', 'snative-image-agent', 'svm', 'svmee', 'tfl', 'tflm'], _suite, env_file=False)
639-
mx_sdk_vm.register_vm_config('n1-ee', ['cmp', 'cmpee', 'js', 'lg', 'libpoly', 'llp', 'nfi', 'ni', 'nic', 'niee', 'nil', 'njs', 'nju', 'poly', 'polynative', 'rgx', 'sdk', 'stage1', 'svm', 'svmee', 'tfl', 'tflm'], _suite, env_file=False)
640-
# GraalVM configs to run benchmarks
641-
mx_sdk_vm.register_vm_config('ce', ['bpolyglot', 'cmp', 'cov', 'dap', 'gu', 'gvm', 'ins', 'insight', 'insightheap', 'js', 'lg', 'libpoly', 'llrc', 'llrl', 'llrn', 'lsp', 'nfi', 'njs', 'poly', 'polynative', 'pro', 'rgx', 'sdk', 'spolyglot', 'svm', 'svml', 'svmnfi', 'tfl', 'tflm', 'vvm'], _suite, env_file=False)
642-
mx_sdk_vm.register_vm_config('ee', ['bpolyglot', 'cmp', 'cmpee', 'cov', 'dap', 'gu', 'guee', 'gvm', 'ins', 'insight', 'insightheap', 'js', 'lg', 'libpoly', 'llrc', 'llre', 'llrl', 'llrm', 'llrn', 'llrnee', 'lsp', 'nfi', 'njs', 'poly', 'polynative', 'pro', 'rgx', 'sdk', 'snd', 'spolyglot', 'svm', 'svmee', 'svmeegc', 'svml', 'svmlee', 'svmnfi', 'tfl', 'tflm', 'vvm'], _suite, env_file=False)
643-
# pylint: enable=line-too-long
644624

645625
mx.update_commands(_suite, {
646626
'node' : [node, ''],

0 commit comments

Comments
 (0)