@@ -363,9 +363,9 @@ def graalpython_gate_runner(args, tasks):
363
363
with Task ('GraalPython GraalVM build' , tasks , tags = [GraalPythonTags .downstream , GraalPythonTags .graalvm ]) as task :
364
364
if task :
365
365
mx .run_mx (
366
- ["--strict-compliance" , "-- dynamicimports" , "/substratevm,/vm" ,
366
+ ["--dynamicimports" , "/substratevm,/vm" ,
367
367
"build" , "--force-deprecation-as-warning" , "--dependencies" ,
368
- "graalpython.image" ],
368
+ "GRAAL_MANAGEMENT, graalpython.image" ],
369
369
nonZeroIsFatal = True
370
370
)
371
371
vmdir = os .path .join (mx .suite ("truffle" ).dir , ".." , "vm" )
@@ -546,20 +546,19 @@ def python_checkcopyrights(args):
546
546
name = 'Graal.Python' ,
547
547
short_name = 'pyn' ,
548
548
dir_name = 'python' ,
549
- license_files = ['link:<support>/ GraalCE_Python_license_3rd_party_license.txt' ],
549
+ license_files = ['link:GraalCE_Python_license_3rd_party_license.txt' ],
550
550
third_party_license_files = [],
551
551
truffle_jars = [
552
- 'dependency:graalpython:GRAALPYTHON' ,
553
- 'dependency:graalpython:GRAALPYTHON-ENV' ,
552
+ 'graalpython:GRAALPYTHON' ,
554
553
],
555
554
support_distributions = [
556
- 'extracted-dependency: graalpython:GRAALPYTHON_GRAALVM_SUPPORT' ,
557
- 'extracted-dependency: graalpython:GRAALPYTHON_GRAALVM_DOCS' ,
555
+ 'graalpython:GRAALPYTHON_GRAALVM_SUPPORT' ,
556
+ 'graalpython:GRAALPYTHON_GRAALVM_DOCS' ,
558
557
],
559
558
launcher_configs = [
560
559
mx_sdk .LanguageLauncherConfig (
561
560
destination = 'bin/<exe:graalpython>' ,
562
- jar_distributions = ['dependency: graalpython:GRAALPYTHON-LAUNCHER' ],
561
+ jar_distributions = ['graalpython:GRAALPYTHON-LAUNCHER' ],
563
562
main_class = 'com.oracle.graal.python.shell.GraalPythonMain' ,
564
563
build_args = [
565
564
'--language:python' ,
0 commit comments