[PR #7203] [MERGED] Move macos v11 support flags to build script #12347

Closed
opened 2026-04-12 23:56:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7203
Author: @dhiltgen
Created: 10/14/2024
Status: Merged
Merged: 10/16/2024
Merged by: @dhiltgen

Base: mainHead: cgo_xcode_ver


📝 Commits (1)

  • 52d1b81 Move macos v11 support flags to build script

📊 Changes

2 files changed (+13 additions, -6 deletions)

View changed files

📝 llama/llama.go (+6 -6)
📝 scripts/build_darwin.sh (+7 -0)

📄 Description

Having v11 support hard-coded into the cgo settings causes warnings for newer Xcode versions. This should help keep the build clean for users building from source with the latest tools, while still allow us to target the older OS via our CI processes.


🔄 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/7203 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 10/14/2024 **Status:** ✅ Merged **Merged:** 10/16/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `cgo_xcode_ver` --- ### 📝 Commits (1) - [`52d1b81`](https://github.com/ollama/ollama/commit/52d1b810427463662403a322d09205c6b734d955) Move macos v11 support flags to build script ### 📊 Changes **2 files changed** (+13 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `llama/llama.go` (+6 -6) 📝 `scripts/build_darwin.sh` (+7 -0) </details> ### 📄 Description Having v11 support hard-coded into the cgo settings causes warnings for newer Xcode versions. This should help keep the build clean for users building from source with the latest tools, while still allow us to target the older OS via our CI processes. --- <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-12 23:56:16 -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#12347