test: validate setup-vp Windows stdin-hang fix (PR #91)#1
Draft
fengmk2 wants to merge 3 commits into
Draft
Conversation
Smoke-test voidzero-dev/setup-vp PR #91 (close stdin on vp invocations to avoid the Windows runner hang) against this real Tauri + Vite+ build. Also add a pull_request trigger so the draft PR runs the full matrix, including windows-latest, where the hang occurred.
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Verifies fengmk2/tauri-action#fix/windows-stdin-hang (close child stdin) against the real build. The previous run reproduced the hang: bundles finished, then no output until GitHub cancelled the job.
Pin vite-plus to the pkg.pr.new build of voidzero-dev/vite-plus#1973 (the Windows ps1 stdin-hang fix) via the catalog + overrides, and revert the workaround actions to stock (setup-vp@v1, tauri-apps/tauri-action@v0). If the Windows build now completes, the vp-side fix resolves the hang on its own, without the forked tauri-action stdin-close workaround.
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.
Smoke-tests voidzero-dev/setup-vp#91 against this real Tauri + Vite+ build, in particular on
windows-latest, where vp builds previously hung for hours until GitHub cancelled them (ref tauri-apps/tauri-action#1308).Changes:
Install vpstep now usesvoidzero-dev/setup-vp@fix/windows-stdin-hang(the PR branch) instead of@v1.pull_requesttrigger so this draft PR runs the full build matrix.Goal: confirm the Windows job completes (no multi-hour hang) end to end with the setup-vp PR.
Draft / do not merge: this is a CI validation PR for the fork.