[PR #13704] [MERGED] CI: dedup cuda libraries to reduce payload size #14354

Closed
opened 2026-04-13 00:51:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13704
Author: @dhiltgen
Created: 1/13/2026
Status: Merged
Merged: 1/13/2026
Merged by: @dhiltgen

Base: mainHead: ci


📝 Commits (1)

  • 83a20cb CI: dedup cuda libraries to reduce payload size

📊 Changes

3 files changed (+66 additions, -44 deletions)

View changed files

📝 .github/workflows/release.yaml (+3 -0)
📝 scripts/build_linux.sh (+3 -44)
scripts/deduplicate_cuda_libs.sh (+60 -0)

📄 Description

Draft while I test in parallel...

This should fix the DOA RC9 linux build (the main linux amd64 tar file exceeded 2G and failed to upload)


🔄 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/13704 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 1/13/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `ci` --- ### 📝 Commits (1) - [`83a20cb`](https://github.com/ollama/ollama/commit/83a20cbbc3c73c0ca3f7c7713033352cb7e8c3ec) CI: dedup cuda libraries to reduce payload size ### 📊 Changes **3 files changed** (+66 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+3 -0) 📝 `scripts/build_linux.sh` (+3 -44) ➕ `scripts/deduplicate_cuda_libs.sh` (+60 -0) </details> ### 📄 Description Draft while I test in parallel... This should fix the DOA RC9 linux build (the main linux amd64 tar file exceeded 2G and failed to upload) --- <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-13 00:51: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#14354