Could not create task ':pkl-cli:testNative'.
Unsupported os/arch pair: Windows 11/aarch64
Adding these allows IDEA gradle project sync to complete on Windows 11 Aarch64. Tested with Temurin JDK 21 Aarch64.
GraalVM itself doesn't support Windows Aarch64, so this just prints a warning instead.
Please test on [windows]!
🔄 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/1353
**Author:** [@HT154](https://github.com/HT154)
**Created:** 12/5/2025
**Status:** ✅ Merged
**Merged:** 12/5/2025
**Merged by:** [@HT154](https://github.com/HT154)
**Base:** `main` ← **Head:** `project-sync-on-win-arm`
---
### 📝 Commits (1)
- [`9a33df7`](https://github.com/apple/pkl/commit/9a33df727444b6f101600f5580459f6979183e76) Stub out Windows Aarch64 native builds to fix IDEA project sync
### 📊 Changes
**1 file changed** (+6 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `buildSrc/src/main/kotlin/pklNativeLifecycle.gradle.kts` (+6 -0)
</details>
### 📄 Description
Without this change, project sync errors:
```
Could not create task ':pkl-cli:testNative'.
Unsupported os/arch pair: Windows 11/aarch64
```
Adding these allows IDEA gradle project sync to complete on Windows 11 Aarch64. Tested with Temurin JDK 21 Aarch64.
GraalVM itself doesn't support Windows Aarch64, so this just prints a warning instead.
Please test on [windows]!
---
<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/1353
Author: @HT154
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/5/2025
Merged by: @HT154
Base:
main← Head:project-sync-on-win-arm📝 Commits (1)
9a33df7Stub out Windows Aarch64 native builds to fix IDEA project sync📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
buildSrc/src/main/kotlin/pklNativeLifecycle.gradle.kts(+6 -0)📄 Description
Without this change, project sync errors:
Adding these allows IDEA gradle project sync to complete on Windows 11 Aarch64. Tested with Temurin JDK 21 Aarch64.
GraalVM itself doesn't support Windows Aarch64, so this just prints a warning instead.
Please test on [windows]!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.