trunk-merge/pr-1170/47223aea-f9c6-4e22-bc9a-7bfaf580ed0e - #1171
Closed
trunk-io[bot] wants to merge 2 commits into
Closed
trunk-merge/pr-1170/47223aea-f9c6-4e22-bc9a-7bfaf580ed0e#1171trunk-io[bot] wants to merge 2 commits into
trunk-io[bot] wants to merge 2 commits into
Conversation
The yq download mapped `x86_64: 386` on every platform, which was there from the tool's original commit (#655) and looks like an oversight rather than a choice — yq publishes amd64 for linux, darwin and windows at every version, including this definition's own `known_good_version`. Two consequences today: - **Linux x86_64** silently gets `yq_linux_386`, a 32-bit binary. It runs on hosts with ia32 emulation, so this has gone unnoticed, but a host built without `CONFIG_IA32_EMULATION` cannot exec it and the install fails at the health check with a bare `Process failure` on `yq --version` (the underlying error is `exec format error`). - **macOS x86_64** points at `yq_darwin_386`, which yq has never published — so an Intel Mac 404s and cannot install yq at all. Verified on linux x86_64 that both `4.53.3` and the `known_good_version` `4.44.1` now install, pass the health check, and evaluate: ELF 64-bit LSB executable, x86-64 yq (https://github.com/mikefarah/yq/) version v4.53.3 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
trunk-io
Bot
deleted the
trunk-merge/pr-1170/47223aea-f9c6-4e22-bc9a-7bfaf580ed0e
branch
September 10, 2026 16:33
Author
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.
This pull request was created and is being managed by Trunk Merge.
This pull request is based on the main branch at SHA ac66e80d6e4f0b7babc4f7ff67b90739a576cb6d.
See more details here.
When CI completes, this pull request will be closed automatically.
Pull Requests Being Tested
This pull request is testing the changes from pull request 1170.