Skip to content

Commit 1e09043

Browse files
committed
[GR-65148] Deploy the new unchained standalones and remove old standalones
PullRequest: graal/20837
2 parents 56d38af + a797afc commit 1e09043

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+147
-907
lines changed

espresso-compiler-stub/mx.espresso-compiler-stub/espresso-ni

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
DYNAMIC_IMPORTS=/vm,/substratevm
33
COMPONENTS=Java on Truffle,Espresso Standalone jvm.cfg,SubstrateVM,tflm,ni,sdkni,svmt,svmsl,tflc,tflsm,ecs
44
NATIVE_IMAGES=lib:javavm
5-
DISABLE_INSTALLABLES=true
65
DISABLE_LIBPOLYGLOT=true

espresso-compiler-stub/mx.espresso-compiler-stub/espresso-ni-jvm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
DYNAMIC_IMPORTS=/vm,/substratevm
33
COMPONENTS=Espresso Launcher,LibGraal,Java on Truffle,SubstrateVM,Java on Truffle LLVM Java libraries,tflm,ni,sdkni,svmt,svmsl,tflc,tflsm,ecs
44
NATIVE_IMAGES=lib:jvmcicompiler
5-
DISABLE_INSTALLABLES=true
65
DISABLE_LIBPOLYGLOT=true

espresso/mx.espresso/jvm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
DYNAMIC_IMPORTS=/compiler,/tools,/regex
33
COMPONENTS=cmp,sdkc,tflc
44
NATIVE_IMAGES=false
5-
DISABLE_INSTALLABLES=true
65
JVM_STANDALONE_WITH_LLVM=false

espresso/mx.espresso/jvm-ce

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ DYNAMIC_IMPORTS=/vm,/substratevm,/tools,/regex
33
COMPONENTS=cmp,gvm,lg,ni,nic,nil,sdkni,svm,svmjdwp,svmt,svmsl,tflc,tflsm
44
NATIVE_IMAGES=lib:jvmcicompiler
55
NON_REBUILDABLE_IMAGES=lib:jvmcicompiler
6-
DISABLE_INSTALLABLES=true
76
JVM_STANDALONE_WITH_LLVM=false

espresso/mx.espresso/jvm-ce-llvm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ DYNAMIC_IMPORTS=/vm,/substratevm,/tools,/regex,/sulong
33
COMPONENTS=cmp,gvm,lg,ni,nic,nil,sdkni,svm,svmjdwp,svmt,svmsl,tflc,tflsm
44
NATIVE_IMAGES=lib:jvmcicompiler
55
NON_REBUILDABLE_IMAGES=lib:jvmcicompiler
6-
DISABLE_INSTALLABLES=true
76
JVM_STANDALONE_WITH_LLVM=true

espresso/mx.espresso/jvm-ee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ DYNAMIC_IMPORTS=/vm-enterprise,/substratevm-enterprise,/truffle-enterprise,/tool
33
COMPONENTS=cmp,cmpee,gvm,jipher,lg,ni,nic,niee,nil,sdkni,svm,svmjdwp,svmt,svmee,svmte,svmsl,tflc,tflsm
44
NATIVE_IMAGES=lib:jvmcicompiler
55
NON_REBUILDABLE_IMAGES=lib:jvmcicompiler
6-
DISABLE_INSTALLABLES=true
76
JVM_STANDALONE_WITH_LLVM=false

espresso/mx.espresso/jvm-ee-llvm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ DYNAMIC_IMPORTS=/vm-enterprise,/substratevm-enterprise,/truffle-enterprise,/sulo
33
COMPONENTS=cmp,cmpee,gvm,jipher,lg,ni,nic,niee,nil,sdkni,svm,svmjdwp,svmt,svmee,svmte,svmsl,tflc,tflsm
44
NATIVE_IMAGES=lib:jvmcicompiler
55
NON_REBUILDABLE_IMAGES=lib:jvmcicompiler
6-
DISABLE_INSTALLABLES=true
76
JVM_STANDALONE_WITH_LLVM=true

espresso/mx.espresso/jvm-llvm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
DYNAMIC_IMPORTS=/compiler,/tools,/regex,/sulong
33
COMPONENTS=cmp,gvm,sdkc,tflc
44
NATIVE_IMAGES=false
5-
DISABLE_INSTALLABLES=true
65
JVM_STANDALONE_WITH_LLVM=true

espresso/mx.espresso/native-ce

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
DYNAMIC_IMPORTS=/substratevm,/tools,/regex
33
COMPONENTS=cmp,gvm,lg,ni,nic,nil,sdkni,svm,svmjdwp,svmt,svmsl,tflc,tflsm
44
NATIVE_IMAGES=lib:javavm
5-
DISABLE_INSTALLABLES=true

espresso/mx.espresso/native-ce-llvm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
DYNAMIC_IMPORTS=/substratevm,/tools,/regex
33
COMPONENTS=cmp,gvm,lg,ni,nic,nil,sdkni,svm,svmjdwp,svmt,svmsl,tflc,tflsm
44
NATIVE_IMAGES=lib:javavm
5-
DISABLE_INSTALLABLES=true

0 commit comments

Comments
 (0)