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

Open
opened 2026-04-23 01:39:34 -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 (1)

  • 1ef4474 ci: speed up release builds

📊 Changes

4 files changed (+14 additions, -14 deletions)

View changed files

📝 .github/workflows/release.yaml (+1 -1)
📝 .github/workflows/test.yaml (+2 -2)
📝 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

🔄 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 (1) - [`1ef4474`](https://github.com/ollama/ollama/commit/1ef4474219f8f337720cfa205bca63b4a2779555) ci: speed up release builds ### 📊 Changes **4 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+1 -1) 📝 `.github/workflows/test.yaml` (+2 -2) 📝 `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 --- <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-04-23 01:39:34 -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#40863