Skip to content
Snippets Groups Projects
Commit 9719efd0 authored by Stefan Marr's avatar Stefan Marr
Browse files

Update Truffle to >19.3


- update JaCoCo to 0.8.5
- fix class path for extension
- update JVMCI
- update MX

Signed-off-by: Stefan Marr's avatarStefan Marr <git@stefan-marr.de>
parent cdfcc1bb
No related branches found
No related tags found
No related merge requests found
Pipeline #6345 passed
......@@ -3,8 +3,8 @@
xmlns:if="ant:if"
xmlns:jacoco="antlib:org.jacoco.ant">
<property name="jvmci.version" value="jvmci-19.3-b01" />
<property name="jdk8.version" value="222" />
<property name="jvmci.version" value="jvmci-19.3-b04" />
<property name="jdk8.version" value="232" />
<macrodef name="travis">
<attribute name="target" />
......@@ -57,7 +57,7 @@
<property name="truffle.build" location="${truffle.dir}/mxbuild/dists/jdk1.8" />
<property name="somns-deps.version" value="0.3.6" />
<property name="checkstyle.version" value="8.11" />
<property name="jacoco.version" value="0.8.0" />
<property name="jacoco.version" value="0.8.5" />
<property name="jvmci.home" location="${lib.dir}/jvmci${home.ext}" />
<!-- <property name="lib.url" value="https://dl.bintray.com/smarr/SOM" /> -->
......
......@@ -7,7 +7,9 @@
<property name="src_gen.dir" location="src_gen"/>
<property name="lib.dir" location="${som.dir}/libs" />
<property name="bd.dir" location="${lib.dir}/black-diamonds" />
<property name="sdk.dir" location="${lib.dir}/truffle/sdk" />
<property name="truffle.dir" location="${lib.dir}/truffle/truffle" />
<property name="sdk.build" location="${sdk.dir}/mxbuild/dists/jdk1.8" />
<property name="truffle.build" location="${truffle.dir}/mxbuild/dists/jdk1.8" />
<property name="build.dir" location="build"/>
......@@ -22,6 +24,7 @@
<pathelement location="${som.dir}/build/classes/" />
<pathelement location="${bd.dir}/build/classes" />
<pathelement location="${sdk.build}/graal-sdk.jar" />
<pathelement location="${truffle.build}/truffle-api.jar" />
<pathelement location="${truffle.build}/truffle-dsl-processor.jar" />
</path>
......
Subproject commit 014ad189321f9a940792039435a23d41dd74870d
Subproject commit 2da5ffc8f06720e4ca6c48f04f02ff1d83f6ebc6
Subproject commit adbe583f789caa10b49896b3389b7df6360cb93c
Subproject commit ef6c98a56fd2c141cc71ad1aa31ce4f96d8e9d35
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment