Skip to content

trunk-merge/pr-1170/47223aea-f9c6-4e22-bc9a-7bfaf580ed0e - #1171

Closed
trunk-io[bot] wants to merge 2 commits into
mainfrom
trunk-merge/pr-1170/47223aea-f9c6-4e22-bc9a-7bfaf580ed0e
Closed

trunk-merge/pr-1170/47223aea-f9c6-4e22-bc9a-7bfaf580ed0e#1171
trunk-io[bot] wants to merge 2 commits into
mainfrom
trunk-merge/pr-1170/47223aea-f9c6-4e22-bc9a-7bfaf580ed0e

Conversation

@trunk-io

@trunk-io trunk-io Bot commented Sep 10, 2026

Copy link
Copy Markdown
Trunk Merge Pull Request Banner

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.

EliSchleifer and others added 2 commits September 9, 2026 22:50
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 trunk-io Bot closed this Sep 10, 2026
@trunk-io
trunk-io Bot deleted the trunk-merge/pr-1170/47223aea-f9c6-4e22-bc9a-7bfaf580ed0e branch September 10, 2026 16:33
@trunk-io

trunk-io Bot commented Sep 10, 2026

Copy link
Copy Markdown
Author

Static BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant