Skip to content

Commit 6e38470

Browse files
committed
[GR-26395] Periodic update of the graal import.
PullRequest: truffleruby/3452
2 parents 4054469 + 153851a commit 6e38470

File tree

15 files changed

+19
-5
lines changed

15 files changed

+19
-5
lines changed

common.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828

2929
"COMMENT.devkits" : "The devkits versions reflect those used to build the JVMCI JDKs (e.g., see devkit_platform_revisions in <jdk>/make/conf/jib-profiles.js)",
3030
"devkits": {
31-
"windows-jdk11": { "packages" : { "devkit:VS2017-15.9.24+1" : "==0" }},
32-
"windows-jdk17": { "packages" : { "devkit:VS2019-16.9.3+1" : "==0" }}
31+
"windows-jdk11": { "packages" : { "devkit:VS2017-15.9.24+1" : "==0" }},
32+
"windows-jdk17": { "packages" : { "devkit:VS2019-16.9.3+1" : "==0" }},
33+
"linux-jdk11": { "packages" : { "devkit:gcc7.3.0-OEL6.4+1" : "==1" }},
34+
"linux-jdk17": { "packages" : { "devkit:gcc10.3.0-OL6.4+1" : "==0" }}
3335
},
3436

3537
"catch_files" : [
@@ -120,7 +122,6 @@
120122
},
121123
"windows": {
122124
"packages": {
123-
"msvc": "==10.0",
124125
"pip:cmake": "==3.18.4"
125126
}
126127
}

mx.truffleruby/jvm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools
23
COMPONENTS=TruffleRuby,suite:tools

mx.truffleruby/jvm-ce

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/compiler
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM compiler

mx.truffleruby/jvm-ce-libgraal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/compiler,/substratevm
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM compiler,SubstrateVM,LibGraal
34
NATIVE_IMAGES=suite:sulong,lib:jvmcicompiler

mx.truffleruby/jvm-ce-ntl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/compiler,/substratevm
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM compiler,SubstrateVM
34
NATIVE_IMAGES=suite:sulong

mx.truffleruby/jvm-ee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/graal-enterprise
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM enterprise compiler

mx.truffleruby/jvm-ee-libgraal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/graal-enterprise,/substratevm-enterprise
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM enterprise compiler,SubstrateVM Enterprise,LibGraal
34
NATIVE_IMAGES=suite:sulong,lib:jvmcicompiler

mx.truffleruby/jvm-ee-ntl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/graal-enterprise,/substratevm-enterprise
23
COMPONENTS=TruffleRuby,suite:tools,GraalVM enterprise compiler,SubstrateVM Enterprise
34
NATIVE_IMAGES=suite:sulong

mx.truffleruby/jvm-gu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/vm
23
COMPONENTS=TruffleRuby,suite:tools,gu

mx.truffleruby/jvm-js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
GRAALVM_SKIP_ARCHIVE=true
12
DYNAMIC_IMPORTS=/tools,/graal-js
23
COMPONENTS=TruffleRuby,suite:tools,Graal.js

0 commit comments

Comments
 (0)