Skip to content

Commit 8f4bdf9

Browse files
Update graal import.
1 parent 4054469 commit 8f4bdf9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "regex",
99
"subdir": True,
10-
"version": "65ff80682c17f2a4e7c299b01e6e03c101aee1a8",
10+
"version": "c0fc1c151a005defdf4c8954542535d55b3ee7c0",
1111
"urls": [
1212
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1313
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -16,7 +16,7 @@
1616
{
1717
"name": "sulong",
1818
"subdir": True,
19-
"version": "65ff80682c17f2a4e7c299b01e6e03c101aee1a8",
19+
"version": "c0fc1c151a005defdf4c8954542535d55b3ee7c0",
2020
"urls": [
2121
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2222
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)