32bit-ci: pin GHC to 9.6.7#597
Merged
Merged
Conversation
The i386 job installed ghcup's "recommended" GHC, which is unpinned. When the recommended version moved to 9.10.3, its deb10 i386 bindist's `make install` started failing on the i386/ubuntu:bionic container, breaking CI on every PR (#596). Pin to 9.6.7 (deb9 bindist), the last version known to install on this container, so metadata bumps can't break CI unannounced. Closes #596 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
The
i386job in32bit-ciinstalls ghcup's recommended GHC, which is unpinned. The recommended version moved from 9.6.7 to 9.10.3, and the new deb10 i386 bindist'smake installfails on ouri386/ubuntu:bioniccontainer, breaking CI on every PR.make installghc-9.6.7-i386-deb9-linuxghc-9.10.3-i386-deb10-linuxThis pins GHC to 9.6.7 (the deb9 bindist, last known to install on this container) via
BOOTSTRAP_HASKELL_GHC_VERSION, so a metadata bump can't break CI unannounced.Closes #596
🤖 Generated with Claude Code