Replace defunct buildjet runners with GitHub-hosted runners - #6
Merged
Steve Briskin (stevebriskin) merged 1 commit intoJun 18, 2026
Merged
Conversation
The buildjet runners no longer work. Map ARM runners to github-linux-arm64-8core and x86 runners to ubuntu-large, matching the fix already made in viamrobotics/rust-utils (#178). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Steve Briskin (stevebriskin)
marked this pull request as ready for review
June 18, 2026 19:59
Steve Briskin (stevebriskin)
merged commit Jun 18, 2026
c8a15dd
into
viam-modules:main
1 of 2 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.
The buildjet runners no longer work, breaking these workflows. This maps them to GitHub-hosted runners, matching the fix already made in viamrobotics/rust-utils#178:
buildjet-*-ubuntu-2204-arm(native arm64 builds) ->github-linux-arm64-8corebuildjet-*-ubuntu-2204(x86) ->ubuntu-largeThese are all native per-arch builds (arm64 container images /
--platform linux/arm64), so the arm jobs map to the arm GitHub runner. Where present, the now-unused buildjet labels are also dropped from.github/actionlint.yml.🤖 Generated with Claude Code