feat(build): provision workflow tools from selected gates - #2888
Open
slepp wants to merge 4 commits into
Open
Conversation
slepp
force-pushed
the
refactor/coherent-build-system
branch
from
August 12, 2026 05:43
a276713 to
4664da4
Compare
Keep the required lint job inside the canonical gate graph and satisfy the cutover contract.
slepp
force-pushed
the
refactor/ci-tooling-provisioning
branch
from
August 12, 2026 05:47
0318507 to
b7de27b
Compare
Contributor
Author
|
This remains blocked on #2887. Its own first deterministic failure is gate reachability: |
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.
Summary
Depends on #2887 and should merge after it.
Selected workflow gates now declare
actionlintandact, and shared setup installs the pinned tools on supported hosts. Workflow lint covers both workflows and local actions, while local workflow discovery uses the same gate-derived provisioning. Review the split between action-installed tools and Go-installed tools across hosted and FreeBSD setup.Verification
cargo test --workspace --no-run: workspace test targets compilecargo xtask tools --verify workflow-lint,workflow-local: both pinned tools resolve and verifycargo xtask gate workflow-lint: workflows and local actions pass actionlintcargo xtask ci-local --list: the local workflow job is discovered through actOut of scope