fix: bump pinned Ollama version to 0.32.2 (rc0 tag removed)#1425
Merged
planetf1 merged 1 commit intoJul 22, 2026
Conversation
The quality workflow pins OLLAMA_VERSION=0.32.2-rc0 (added to fix the generative-computing#1388 GCC-13 AMX segfault). Ollama has since promoted that release candidate to the v0.32.2 release and removed the rc0 tag, so install.sh now 404s on the missing version and the "Install Ollama" step fails on every PR and merge-queue run. Bump the pin to 0.32.2, whose linux-amd64 asset is present and which carries the same GCC-13 build. The pin is kept (not dropped) because dropping it falls back to the latest stable release, 0.32.1, which is the GCC-11 build that reintroduces generative-computing#1388. Assisted-by: Claude Code Signed-off-by: Nigel Jones <jonesn@uk.ibm.com>
8 tasks
psschwei
approved these changes
Jul 22, 2026
planetf1
enabled auto-merge
July 22, 2026 11:26
Merged
via the queue into
generative-computing:main
with commit Jul 22, 2026
6c96da3
9 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Issue
Fixes #1424
Description
.github/workflows/quality.ymlpinsOLLAMA_VERSION=0.32.2-rc0(added in 39002da to fix the #1388 GCC-13 AMX segfault). Ollama has since promoted that release candidate to thev0.32.2release and removed therc0tag, soinstall.sh404s on the missing version and the Install Ollama step fails on everypull_requestandmerge_grouprun — blocking all PRs and the merge queue.This bumps the pin to
0.32.2:releases/download/v0.32.2/ollama-linux-amd64.tar.zstreturns HTTP 200; thev0.32.2-rc0asset returns 404.0.32.1, which is the GCC-11 build that reintroduces bug(ci): llama-server segfault cascade in quality job #1388.v0.32.2carries the same GCC-13 build as the rc.This PR's own
qualityrun is the validation: a green run confirms0.32.2installs cleanly.Testing
Attribution
Adding a new component, requirement, sampling strategy, or tool?
If your PR adds or modifies one of the types below, check the matching box. A checklist of type-specific review items will be posted as a comment.
NOTE: Please ensure you have an issue that has been acknowledged by a core contributor and routed you to open a pull request against this repository. Otherwise, please open an issue before continuing with this pull request.