Skip to content

Commit 36a0812

Browse files
committed
Remove jvmcicompiler image from mx configs
LibGraal is needed only for benchmarking and we use other configs for benchmarking. Let's save some time by not building an image that's not needed in typical case.
1 parent 5cb638b commit 36a0812

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
DISABLE_INSTALLABLES=true
2-
DYNAMIC_IMPORTS=/substratevm
3-
NATIVE_IMAGES=lib:jvmcicompiler
42
NO_LICENSES=true

mx.graalpython/graalpython-launcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DISABLE_INSTALLABLES=true
22
DYNAMIC_IMPORTS=/substratevm
3-
NATIVE_IMAGES=graalpython,lib:jvmcicompiler
3+
NATIVE_IMAGES=graalpython
44
NO_LICENSES=true
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
DISABLE_INSTALLABLES=true
2-
DYNAMIC_IMPORTS=/substratevm,/graalpython-enterprise
3-
NATIVE_IMAGES=lib:jvmcicompiler
2+
DYNAMIC_IMPORTS=/graalpython-enterprise
43
NO_LICENSES=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DISABLE_INSTALLABLES=true
22
DYNAMIC_IMPORTS=/substratevm,/graalpython-enterprise
3-
NATIVE_IMAGES=graalpython,lib:jvmcicompiler
3+
NATIVE_IMAGES=graalpython
44
NO_LICENSES=true

0 commit comments

Comments
 (0)