From 4551376cca1d602a4e50fbef80c354ec4a75a73f Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Sat, 18 Apr 2020 00:56:45 +0100 Subject: [PATCH] Update Truffle and mx Signed-off-by: Stefan Marr --- .classpath | 1 - .factorypath | 3 --- .graal-git-repo | 4 ++-- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index 153ecbe..1a917ba 100644 --- a/.classpath +++ b/.classpath @@ -9,7 +9,6 @@ - diff --git a/.factorypath b/.factorypath index 137ee54..0c100b0 100644 --- a/.factorypath +++ b/.factorypath @@ -1,6 +1,3 @@ - - - diff --git a/.graal-git-repo b/.graal-git-repo index c7bc43f..4e10462 100755 --- a/.graal-git-repo +++ b/.graal-git-repo @@ -15,8 +15,8 @@ GRAAL_REPO_URL = "https://github.com/smarr/truffle.git" MX_REPO_URL = "https://github.com/graalvm/mx.git" # And these are the repo revisions we test against -GRAAL_REPO_REV = "efc4e8796cce52b5472ff341ec1115bb488d94f4" -MX_REPO_REV = "54a872f3939a7de117b8297501a53b1afae16b0b" +GRAAL_REPO_REV = "ef6c98a56fd2c141cc71ad1aa31ce4f96d8e9d35" +MX_REPO_REV = "2da5ffc8f06720e4ca6c48f04f02ff1d83f6ebc6" def update(lines, var, val):