ci: pin spec-prod to v2.12.5#228
Closed
marcoscaceres wants to merge 1 commit into
Closed
Conversation
Member
Author
|
Pinning to v2.12.5 reproduces the same failure (run https://github.com/w3c/gamepad/actions/runs/25893348176) — the bug pre-dates that release. Filed upstream as w3c/spec-prod#229. Closing this PR until upstream is fixed. |
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
w3c/spec-prod@v2floating tag (currently v2.13.0, released 2026-03-04) fails on every PR and ongh-pagespush runs with:Exit 127 =
respecnot found on PATH. Reproduced on:gh-pagespush run (21970293086, 2026-02-13)Local
npx respec --localhost --haltonerror -s index.html -o /dev/nullpasses cleanly (exit 0, 0 errors), so the spec content is fine — the regression is in the action.v2.12.5(2026-02-26) is the last release before v2.13.0; pinning to it should restore CI while we wait for upstream to fix the bare-respecinvocation. No upstream issue is filed yet — happy to file one once we confirm the pin works.The following tasks have been completed:
Modified Web platform tests— CI workflow change only, no spec or observable behavior change.Implementation commitment:
WebKit— n/a, no observable changeChromium— n/a, no observable changeGecko— n/a, no observable change