[PR #12614] [MERGED] CI: Set up temporary opt-out Vulkan support #13886

Closed
opened 2026-04-13 00:39:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12614
Author: @dhiltgen
Created: 10/14/2025
Status: Merged
Merged: 10/15/2025
Merged by: @dhiltgen

Base: mainHead: opt_out_vulkan


📝 Commits (1)

  • 1d59e0a CI: Set up temporary opt-out Vulkan support

📊 Changes

3 files changed (+41 additions, -4 deletions)

View changed files

📝 .github/workflows/release.yaml (+13 -2)
📝 Dockerfile (+26 -1)
📝 scripts/build_linux.sh (+2 -1)

📄 Description

Initially Vulkan support in Ollama will require building from source. Once it is more thoroughly tested and we have fixed any critical bugs, then we can bundle Vulkan into the official binary releases.

During this temporary opt-out period, to build Linux binaries without Vulkan on your mac use:

NOVULKAN="_novulkan" ./scripts/build_linux.sh

🔄 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/12614 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `opt_out_vulkan` --- ### 📝 Commits (1) - [`1d59e0a`](https://github.com/ollama/ollama/commit/1d59e0ae0aa339dfe7277b5875f808495881c82a) CI: Set up temporary opt-out Vulkan support ### 📊 Changes **3 files changed** (+41 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+13 -2) 📝 `Dockerfile` (+26 -1) 📝 `scripts/build_linux.sh` (+2 -1) </details> ### 📄 Description Initially Vulkan support in Ollama will require building from source. Once it is more thoroughly tested and we have fixed any critical bugs, then we can bundle Vulkan into the official binary releases. During this temporary opt-out period, to build Linux binaries without Vulkan on your mac use: ``` NOVULKAN="_novulkan" ./scripts/build_linux.sh ``` --- <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:39:24 -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#13886