mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #1352] [MERGED] Build linux jobs inside docker container #1038
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.