Original PR: https://github.com/apple/pkl/pull/851 Author: @bioball Created: 12/18/2024 Status: ✅ Merged Merged: 12/19/2024 Merged by: @bioball
Base: main ← Head: fix-windows-build
main
fix-windows-build
06cc5bb
d35c0d0
d9aa215
9e324a2
765b62d
94f0102
a8305c2
7 files changed (+123 additions, -58 deletions)
📝 .circleci/config.pkl (+2 -0) 📝 .circleci/config.yml (+55 -16) 📝 .circleci/jobs/BuildNativeJob.pkl (+10 -10) 📝 .circleci/jobs/DeployJob.pkl (+2 -6) 📝 .circleci/jobs/GradleCheckJob.pkl (+0 -20) 📝 .circleci/jobs/GradleJob.pkl (+52 -0) 📝 .circleci/jobs/SimpleGradleJob.pkl (+2 -6)
.circleci/config.pkl
.circleci/config.yml
.circleci/jobs/BuildNativeJob.pkl
.circleci/jobs/DeployJob.pkl
.circleci/jobs/GradleCheckJob.pkl
.circleci/jobs/GradleJob.pkl
.circleci/jobs/SimpleGradleJob.pkl
Don't use the system Java on Windows builds, instead download them from Adoptium.
Also:
GradleJob
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/851
Author: @bioball
Created: 12/18/2024
Status: ✅ Merged
Merged: 12/19/2024
Merged by: @bioball
Base:
main← Head:fix-windows-build📝 Commits (7)
06cc5bbDownload JDK for windows buildd35c0d0More adjustmentsd9aa215Try again9e324a2Try again765b62dReset PRB job names94f0102Fix release namea8305c2Fix release name📊 Changes
7 files changed (+123 additions, -58 deletions)
View changed files
📝
.circleci/config.pkl(+2 -0)📝
.circleci/config.yml(+55 -16)📝
.circleci/jobs/BuildNativeJob.pkl(+10 -10)📝
.circleci/jobs/DeployJob.pkl(+2 -6)📝
.circleci/jobs/GradleCheckJob.pkl(+0 -20)📝
.circleci/jobs/GradleJob.pkl(+52 -0)📝
.circleci/jobs/SimpleGradleJob.pkl(+2 -6)📄 Description
Don't use the system Java on Windows builds, instead download them from Adoptium.
Also:
GradleJob🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.