Original PR: https://github.com/apple/pkl/pull/1352 Author: @bioball Created: 12/5/2025 Status: ✅ Merged Merged: 12/6/2025 Merged by: @bioball
Base: main ← Head: fix-linux-glibc
main
fix-linux-glibc
2ecb031
9 files changed (+199 additions, -2 deletions)
📝 .github/index.pkl (+24 -0) 📝 .github/jobs/BuildNativeJob.pkl (+17 -0) 📝 .github/jobs/GradleJob.pkl (+3 -0) 📝 .github/workflows/build.yml (+24 -0) 📝 .github/workflows/main.yml (+24 -0) 📝 .github/workflows/prb.yml (+24 -0) 📝 .github/workflows/release-branch.yml (+24 -0) 📝 .github/workflows/release.yml (+24 -0) 📝 buildSrc/src/main/kotlin/pklNativeExecutable.gradle.kts (+35 -2)
.github/index.pkl
.github/jobs/BuildNativeJob.pkl
.github/jobs/GradleJob.pkl
.github/workflows/build.yml
.github/workflows/main.yml
.github/workflows/prb.yml
.github/workflows/release-branch.yml
.github/workflows/release.yml
buildSrc/src/main/kotlin/pklNativeExecutable.gradle.kts
Use a container that has glibc 2.28 installed
[native]
🔄 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/1352
Author: @bioball
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/6/2025
Merged by: @bioball
Base:
main← Head:fix-linux-glibc📝 Commits (1)
2ecb031Build linux jobs inside docker container📊 Changes
9 files changed (+199 additions, -2 deletions)
View changed files
📝
.github/index.pkl(+24 -0)📝
.github/jobs/BuildNativeJob.pkl(+17 -0)📝
.github/jobs/GradleJob.pkl(+3 -0)📝
.github/workflows/build.yml(+24 -0)📝
.github/workflows/main.yml(+24 -0)📝
.github/workflows/prb.yml(+24 -0)📝
.github/workflows/release-branch.yml(+24 -0)📝
.github/workflows/release.yml(+24 -0)📝
buildSrc/src/main/kotlin/pklNativeExecutable.gradle.kts(+35 -2)📄 Description
Use a container that has glibc 2.28 installed
[native]
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.