[PR #465] [MERGED] Improve conditional configuration of native build tasks #566

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/465
Author: @odenix
Created: 4/30/2024
Status: Merged
Merged: 5/1/2024
Merged by: @bioball

Base: mainHead: native-tasks


📝 Commits (1)

  • 8baadee Improve conditional configuration of native build tasks

📊 Changes

2 files changed (+62 additions, -59 deletions)

View changed files

📝 pkl-cli/pkl-cli.gradle.kts (+45 -49)
📝 pkl-core/pkl-core.gradle.kts (+17 -10)

📄 Description

  • Move all conditional configuration to the assembleNative and testNative "root" tasks
  • Also pick default macOS tasks according to CPU architecture (wasn't the case before, but I assume it makes sense)

🔄 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/465 **Author:** [@odenix](https://github.com/odenix) **Created:** 4/30/2024 **Status:** ✅ Merged **Merged:** 5/1/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `native-tasks` --- ### 📝 Commits (1) - [`8baadee`](https://github.com/apple/pkl/commit/8baadeefea8b9fc6eb689cf8d5518ab9956df8fb) Improve conditional configuration of native build tasks ### 📊 Changes **2 files changed** (+62 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `pkl-cli/pkl-cli.gradle.kts` (+45 -49) 📝 `pkl-core/pkl-core.gradle.kts` (+17 -10) </details> ### 📄 Description - Move all conditional configuration to the `assembleNative` and `testNative` "root" tasks - Also pick default macOS tasks according to CPU architecture (wasn't the case before, but I assume it makes sense) --- <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:25:21 +01:00
adam closed this issue 2025-12-30 01:25:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#566