From 87e9e0861c56333bc09dd61e6a862815e6967e73 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 6 Oct 2022 14:16:20 +0200 Subject: [PATCH] Upgrade graalvm in cirrus --- .cirrus.yml | 4 ++-- script/bump_graal_version.clj | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8e7dccc8..91a7a8e3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,8 +5,8 @@ task: skip: "changesIncludeOnly('logo/*', '**.md')" env: LEIN_ROOT: "true" - GRAALVM_VERSION: "22.1.0" - GRAALVM_HOME: ${HOME}/graalvm-ce-java11-22.1.0/Contents/Home + GRAALVM_VERSION: "22.2.0" + GRAALVM_HOME: ${HOME}/graalvm-ce-java11-22.2.0/Contents/Home BABASHKA_PLATFORM: macos # used in release script BABASHKA_ARCH: aarch64 BABASHKA_TEST_ENV: native diff --git a/script/bump_graal_version.clj b/script/bump_graal_version.clj index fc80ea12..f8178f6e 100755 --- a/script/bump_graal_version.clj +++ b/script/bump_graal_version.clj @@ -45,7 +45,8 @@ "appveyor.yml" "project.clj" "script/bump_graal_version.clj" - ".circleci/script/short_ci.clj"]) + ".circleci/script/short_ci.clj" + ".cirrus.yml"]) ;; We might have to keep changing these from ;; time to time whenever the version is bumped