[PR #929] [CLOSED] fix: native gvm ci #811

Closed
opened 2025-12-30 01:26:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/929
Author: @sgammon
Created: 2/4/2025
Status: Closed

Base: mainHead: fix/native-gvm-ci


📝 Commits (2)

  • 5a22ccc fix: graalvm checksum for linux-aarch64
  • f35bcba fix: 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 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>
adam added the pull-request label 2025-12-30 01:26:57 +01:00
adam closed this issue 2025-12-30 01:26:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#811