[PR #1353] [MERGED] Fix IDEA gradle project sync on Windows Aarch64 #1037

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

📋 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: mainHead: project-sync-on-win-arm


📝 Commits (1)

  • 9a33df7 Stub 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:

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>
adam added the pull-request label 2025-12-30 01:28:26 +01:00
adam closed this issue 2025-12-30 01:28:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1037