fix: bootstrap V on Windows with makev.bat#17
Merged
ulises-jeremias merged 1 commit intoJun 2, 2026
Conversation
Align Windows builds with vlang/v CI (makev.bat -gcc instead of GNU make), detect v.exe, rebuild incomplete install dirs, and resolve stable releases without requiring check-latest. Fixes vlang#16 Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jun 2, 2026
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
makev.bat -gccinstead of GNUmake, matching vlang/v CI and official Windows install docs.v.exefor install checks, rebuilds, version probing, and action outputs.stable: true, even withoutcheck-latest: true(fixes confusing behavior documented in The action starts to fail to setup stable version witherror: unknown function: help.print_and_exit#3).Fixes #16
Context
This addresses Windows bootstrap failures tracked in #15 (MinGW/POSIX headers when running
makeonmaster) and thestable-only scenario used by downstream projects (e.g. VSL/VTL Windows smoke jobs withstable: true+check-latest: true).Test plan
npm run all(build, lint, package, vitest) passes locallytest-actionmatrix on ubuntu/windows/macos (check-latest, stable, version scenarios)Check distworkflow passes with updateddist/index.jsMade with Cursor