You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logic here is correct (branching on $RUNNER_ARCH and picking the arm64 asset) and the upstream dependency (leonid-shevtsov/split_tests#12) is merged — but upstream's latest release (v0.5.0, published 2025-11-12) predates that merge and only ships split_tests.darwin.gz / split_tests.linux.gz — no split_tests.linux.arm64.gz asset exists in any release yet.
Merging this now means the download step 404s for arm64 runners until upstream cuts a new release containing that asset. Holding off on merging until that happens — will revisit as soon as a release with the arm64 binary ships upstream. This is also a live example of why we're moving to pin split_tests to a specific checksummed release instead of fetching /latest/download/ (tracked in a follow-up PR) — that change will make it easier to reason about exactly when it's safe to pick up arch-specific assets like this one.
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
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 depends on this PR, which adds an ARM64 Linux build of the
split_testsutility.