Skip to content

Commit

Permalink
Update to latest Native Image to get a JVM_* symbol linking fix on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 29, 2020
1 parent 541659c commit 89b04de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common.json
Expand Up @@ -4,6 +4,7 @@
"openjdk8": {"name": "openjdk", "version": "8u252+09-jvmci-20.1-b02", "platformspecific": true },
"oraclejdk8Debug": {"name": "oraclejdk", "version": "8u251+08-jvmci-20.1-b02-fastdebug", "platformspecific": true },
"oraclejdk11": {"name": "oraclejdk", "version": "11.0.6+8", "platformspecific": true },
"oraclejdk15": {"name": "oraclejdk", "version": "15+24", "platformspecific": true },
"openjdk11": {"name": "openjdk", "version": "11.0.3+7", "platformspecific": true },
"labsjdk-ce-11": {"name": "labsjdk", "version": "ce-11.0.7+10-jvmci-20.1-b02", "platformspecific": true },
"labsjdk-ee-11": {"name": "labsjdk", "version": "ee-11.0.7+8-jvmci-20.1-b02", "platformspecific": true }
Expand Down
2 changes: 1 addition & 1 deletion mx.truffleruby/suite.py
Expand Up @@ -7,7 +7,7 @@
{
"name": "sulong",
"subdir": True,
"version": "6a031675100fcd84d526defe3b1a735ff0d769a2",
"version": "832624a51d6acfa54f7d68bca6f31fc081a6f164",
"urls": [
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
Expand Down

0 comments on commit 89b04de

Please sign in to comment.