[PR #1223] [MERGED] Disable multi-jdk testing when running on Windows ARM #950

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1223
Author: @bioball
Created: 10/3/2025
Status: Merged
Merged: 10/3/2025
Merged by: @bioball

Base: mainHead: improve-windows-arm-dev


📝 Commits (1)

  • c30c4eb Disable multi-jdk testing when running on Windows ARM

📊 Changes

1 file changed (+15 additions, -0 deletions)

View changed files

📝 buildSrc/src/main/kotlin/BuildInfo.kt (+15 -0)

📄 Description

Gradle does not support Java toolchains on Windows ARM right now. To enable running the project in this os/arch, we must omit multi-jdk test tasks.

See https://github.com/gradle/gradle/issues/29807


🔄 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/1223 **Author:** [@bioball](https://github.com/bioball) **Created:** 10/3/2025 **Status:** ✅ Merged **Merged:** 10/3/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `improve-windows-arm-dev` --- ### 📝 Commits (1) - [`c30c4eb`](https://github.com/apple/pkl/commit/c30c4ebeabaecfa6fa3d00916bdd23203afa8b91) Disable multi-jdk testing when running on Windows ARM ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `buildSrc/src/main/kotlin/BuildInfo.kt` (+15 -0) </details> ### 📄 Description Gradle does not support Java toolchains on Windows ARM right now. To enable running the project in this os/arch, we must omit multi-jdk test tasks. See https://github.com/gradle/gradle/issues/29807 --- <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:27:55 +01:00
adam closed this issue 2025-12-30 01:27:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#950