[PR #15046] [MERGED] ci: fix windows cgo compiler error #14988

Closed
opened 2026-04-13 01:07:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15046
Author: @dhiltgen
Created: 3/24/2026
Status: Merged
Merged: 3/24/2026
Merged by: @dhiltgen

Base: mainHead: ci


📝 Commits (1)

  • 0342cde ci: fix windows cgo compiler error

📊 Changes

2 files changed (+20 additions, -0 deletions)

View changed files

📝 .github/workflows/test.yaml (+7 -0)
📝 x/imagegen/mlx/CMakeLists.txt (+13 -0)

📄 Description

cmake calls generate, but without the env vars set, winds up trying to use an absolute compiler path with spaces and gets confused.


🔄 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/15046 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 3/24/2026 **Status:** ✅ Merged **Merged:** 3/24/2026 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `ci` --- ### 📝 Commits (1) - [`0342cde`](https://github.com/ollama/ollama/commit/0342cde7976220ff925ca9bfe161e0222ba3359b) ci: fix windows cgo compiler error ### 📊 Changes **2 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yaml` (+7 -0) 📝 `x/imagegen/mlx/CMakeLists.txt` (+13 -0) </details> ### 📄 Description cmake calls generate, but without the env vars set, winds up trying to use an absolute compiler path with spaces and gets confused. --- <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 01:07:53 -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#14988