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
main
fix-native-tests
c440b12
8391c70
3 files changed (+64 additions, -17 deletions)
📝 .circleci/config.yml (+12 -12) 📝 .circleci/jobs/BuildNativeJob.pkl (+1 -1) 📝 pkl-server/pkl-server.gradle.kts (+51 -4)
.circleci/config.yml
.circleci/jobs/BuildNativeJob.pkl
pkl-server/pkl-server.gradle.kts
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.