@@ -196,9 +196,9 @@ class GraalPythonTags(object):
196
196
cpyext_sandboxed = 'python-cpyext-sandboxed'
197
197
svmunit = 'python-svm-unittest'
198
198
graalvm = 'python-graalvm'
199
- license = 'python-license'
200
- so = 'python-so'
199
+ shared_object = 'python-so'
201
200
svm = 'python-svm'
201
+ license = 'python-license'
202
202
203
203
204
204
def python_gate (args ):
@@ -356,7 +356,7 @@ def graalpython_gate_runner(args, tasks):
356
356
if task :
357
357
python_checkcopyrights (["--fix" ])
358
358
359
- with Task ('GraalPython GraalVM shared-library build' , tasks , tags = [GraalPythonTags .so , GraalPythonTags .graalvm ]) as task :
359
+ with Task ('GraalPython GraalVM shared-library build' , tasks , tags = [GraalPythonTags .shared_object , GraalPythonTags .graalvm ]) as task :
360
360
if task :
361
361
run_shared_lib_test ()
362
362
@@ -909,6 +909,7 @@ def python_coverage(args):
909
909
'python-update-import' : [update_import_cmd , '[import-name, default: truffle]' ],
910
910
'python-style' : [python_style_checks , '' ],
911
911
'python-svm' : [python_svm , '' ],
912
+ 'python-build-svm' : [python_build_svm , '' ],
912
913
'python-unittests' : [python3_unittests , '' ],
913
914
'nativebuild' : [nativebuild , '' ],
914
915
'nativeclean' : [nativeclean , '' ],
0 commit comments