[PR #15048] ci: speed up release builds #77284

Open
opened 2026-05-05 09:57:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15048
Author: @dhiltgen
Created: 3/25/2026
Status: 🔄 Open

Base: mainHead: ci


📝 Commits (2)

  • 33600c9 ci: speed up release builds
  • 9964bc5 ci: dedup linux build steps

📊 Changes

4 files changed (+61 additions, -84 deletions)

View changed files

📝 .github/workflows/release.yaml (+46 -69)
📝 .github/workflows/test.yaml (+4 -4)
📝 scripts/build_linux.sh (+10 -10)
📝 scripts/build_windows.ps1 (+1 -1)

📄 Description

This should help speed things up for release

  • Use ninja's load target instead of fixed (or unbounded) parallelism to avoid surge/stall behavior on the builders
  • 7z 9 vs 7 has minimal size impact, but should save multiple minutes
  • Remove redundant linux build from the release CI process

🔄 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/ollama/ollama/pull/15048 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 3/25/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ci` --- ### 📝 Commits (2) - [`33600c9`](https://github.com/ollama/ollama/commit/33600c9edc6a55cd62e1c790117b8b1e5d33cf8f) ci: speed up release builds - [`9964bc5`](https://github.com/ollama/ollama/commit/9964bc5e0dd1bb9a6b8662909ef77c8305d97e49) ci: dedup linux build steps ### 📊 Changes **4 files changed** (+61 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+46 -69) 📝 `.github/workflows/test.yaml` (+4 -4) 📝 `scripts/build_linux.sh` (+10 -10) 📝 `scripts/build_windows.ps1` (+1 -1) </details> ### 📄 Description This should help speed things up for release - Use ninja's load target instead of fixed (or unbounded) parallelism to avoid surge/stall behavior on the builders - 7z 9 vs 7 has minimal size impact, but should save multiple minutes - Remove redundant linux build from the release CI process --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 09:57:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#77284