mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #514] [MERGED] Fix native tests in CircleCI #593
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/514
Author: @bioball
Created: 6/4/2024
Status: ✅ Merged
Merged: 6/5/2024
Merged by: @bioball
Base:
main← Head:fix-native-tests📝 Commits (2)
c440b12Fix native tests in CircleCI8391c70Fix flipped up logic📊 Changes
3 files changed (+64 additions, -17 deletions)
View changed files
📝
.circleci/config.yml(+12 -12)📝
.circleci/jobs/BuildNativeJob.pkl(+1 -1)📝
pkl-server/pkl-server.gradle.kts(+51 -4)📄 Description
Fix an issue where the CI job attempts to install the wrong executable when on macOS/aarch64.
Also, adjusts native test definitions in pkl-server to match pkl-core.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.