[PR #1352] [MERGED] Build linux jobs inside docker container #1038

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/1352
Author: @bioball
Created: 12/5/2025
Status: Merged
Merged: 12/6/2025
Merged by: @bioball

Base: mainHead: fix-linux-glibc


📝 Commits (1)

  • 2ecb031 Build 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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/1352 **Author:** [@bioball](https://github.com/bioball) **Created:** 12/5/2025 **Status:** ✅ Merged **Merged:** 12/6/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `fix-linux-glibc` --- ### 📝 Commits (1) - [`2ecb031`](https://github.com/apple/pkl/commit/2ecb031dcc74e63a088d15ff5d41d5beb514c7b7) Build linux jobs inside docker container ### 📊 Changes **9 files changed** (+199 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Use a container that has glibc 2.28 installed [native] --- <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:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1038