Skip to content

Commit 8949258

Browse files
ansalondmsimacek
authored andcommitted
Do not repackage libraries.
1 parent f488711 commit 8949258

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,9 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
15241524
},
15251525
truffle_jars=[
15261526
'graalpython:GRAALPYTHON',
1527+
'graalpython:BOUNCYCASTLE-PROVIDER',
1528+
'graalpython:BOUNCYCASTLE-PKIX',
1529+
'graalpython:XZ-1.8',
15271530
],
15281531
support_distributions=[
15291532
'graalpython:GRAALPYTHON_GRAALVM_SUPPORT',

mx.graalpython/suite.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@
277277
"regex:TREGEX",
278278
"BOUNCYCASTLE-PROVIDER",
279279
"BOUNCYCASTLE-PKIX",
280-
"sdk:JLINE3",
281280
],
282281
"requires": [
283282
"java.management",
@@ -480,11 +479,16 @@
480479
"tools:TRUFFLE_PROFILER",
481480
"regex:TREGEX",
482481
"sdk:GRAAL_SDK",
482+
"sulong:SULONG_API",
483+
"sulong:SULONG_NATIVE", # this is actually just a runtime dependency
484+
],
485+
"exclude": [
486+
"BOUNCYCASTLE-PROVIDER",
487+
"BOUNCYCASTLE-PKIX",
488+
"XZ-1.8",
483489
"truffle:ANTLR4",
484490
"truffle:ICU4J",
485491
"truffle:ICU4J-CHARSET",
486-
"sulong:SULONG_API",
487-
"sulong:SULONG_NATIVE", # this is actually just a runtime dependency
488492
],
489493
"javaProperties": {
490494
"python.jni.library": "<lib:pythonjni>"

0 commit comments

Comments
 (0)