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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:native-tasks📝 Commits (1)
8baadeeImprove 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
assembleNativeandtestNative"root" tasks🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.