Checksum taken during #876 ended up out of date due to the release of GraalVM 21.1.2 (the PR was built against 21.1.1), which happened while the PR was being authored. The checksum for linux-aarch64 is updated.
JDK 21 isn't installed within the environment under macOS. Windows and Linux already install it. Thus, a setup script is added to CI macOS jobs to install Temurin JDK 21.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/929
**Author:** [@sgammon](https://github.com/sgammon)
**Created:** 2/4/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `fix/native-gvm-ci`
---
### 📝 Commits (2)
- [`5a22ccc`](https://github.com/apple/pkl/commit/5a22ccc0ceace5782db403e179478aec3dc5a9df) fix: graalvm checksum for `linux-aarch64`
- [`f35bcba`](https://github.com/apple/pkl/commit/f35bcbacaa05a6e31ef93e9bcf09c8dfc4a89186) fix: install jdk21 during mac ci runs
### 📊 Changes
**3 files changed** (+118 additions, -7 deletions)
<details>
<summary>View changed files</summary>
📝 `.circleci/config.yml` (+80 -0)
📝 `.circleci/jobs/BuildNativeJob.pkl` (+37 -6)
📝 `gradle/libs.versions.toml` (+1 -1)
</details>
### 📄 Description
**Fixes:**
- Checksum taken during #876 ended up out of date due to the release of GraalVM `21.1.2` (the PR was built against `21.1.1`), which happened while the PR was being authored. The checksum for `linux-aarch64` is updated.
- JDK 21 isn't installed within the environment under macOS. Windows and Linux already install it. Thus, a setup script is added to CI macOS jobs to install Temurin JDK 21.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/929
Author: @sgammon
Created: 2/4/2025
Status: ❌ Closed
Base:
main← Head:fix/native-gvm-ci📝 Commits (2)
5a22cccfix: graalvm checksum forlinux-aarch64f35bcbafix: install jdk21 during mac ci runs📊 Changes
3 files changed (+118 additions, -7 deletions)
View changed files
📝
.circleci/config.yml(+80 -0)📝
.circleci/jobs/BuildNativeJob.pkl(+37 -6)📝
gradle/libs.versions.toml(+1 -1)📄 Description
Fixes:
Checksum taken during #876 ended up out of date due to the release of GraalVM
21.1.2(the PR was built against21.1.1), which happened while the PR was being authored. The checksum forlinux-aarch64is updated.JDK 21 isn't installed within the environment under macOS. Windows and Linux already install it. Thus, a setup script is added to CI macOS jobs to install Temurin JDK 21.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.