Upgrade graalvm in cirrus
This commit is contained in:
parent
2dac7847a8
commit
87e9e0861c
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue