[PR #1322] [MERGED] Fix macos/amd64 image builds #1017

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1322
Author: @bioball
Created: 11/17/2025
Status: Merged
Merged: 11/17/2025
Merged by: @bioball

Base: mainHead: fix-macos-amd64


📝 Commits (2)

📊 Changes

8 files changed (+389 additions, -8 deletions)

View changed files

📝 .github/index.pkl (+5 -8)
📝 .github/jobs/BuildNativeJob.pkl (+2 -0)
.github/scripts/cc_macos_amd64.sh (+2 -0)
📝 .github/workflows/build.yml (+74 -0)
📝 .github/workflows/main.yml (+78 -0)
📝 .github/workflows/prb.yml (+74 -0)
📝 .github/workflows/release-branch.yml (+76 -0)
📝 .github/workflows/release.yml (+78 -0)

📄 Description

Fix CI builds for macOS/amd64 images

[native-pkl-cli-macOS-amd64]


🔄 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/1322 **Author:** [@bioball](https://github.com/bioball) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `fix-macos-amd64` --- ### 📝 Commits (2) - [`6a69078`](https://github.com/apple/pkl/commit/6a690785f3f1a398750e337db2f9b5fc71adc06b) Fix macos/amd64 image builds - [`53497b8`](https://github.com/apple/pkl/commit/53497b8ac0482d60f58fb7b4d0849be5e4710222) Fix path to executable ### 📊 Changes **8 files changed** (+389 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/index.pkl` (+5 -8) 📝 `.github/jobs/BuildNativeJob.pkl` (+2 -0) ➕ `.github/scripts/cc_macos_amd64.sh` (+2 -0) 📝 `.github/workflows/build.yml` (+74 -0) 📝 `.github/workflows/main.yml` (+78 -0) 📝 `.github/workflows/prb.yml` (+74 -0) 📝 `.github/workflows/release-branch.yml` (+76 -0) 📝 `.github/workflows/release.yml` (+78 -0) </details> ### 📄 Description Fix CI builds for macOS/amd64 images [native-pkl-cli-macOS-amd64] --- <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:18 +01:00
adam closed this issue 2025-12-30 01:28:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1017