mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #929] [CLOSED] fix: native gvm ci #811
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.