-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Currently, the get-v8 subcommand does not exist in the latest build.zig, but the README and Dockerfile still reference the legacy zig build get-v8 command. The actual command is now prepare-v8, so these references should be corrected.
Background
- As of PR upgrade build.zig to zig 0.11 #4 (upgrade build.zig to zig 0.11 #4) in September 2023,
get-v8did exist. - Subsequent updates refactored build subcommands; the equivalent is now
prepare-v8. - However, the documentation (README.md, Dockerfile, etc.) still refers to the old
zig build get-v8command.
Proposal
- Update all mentions of
zig build get-v8inREADME.mdand theDockerfiletozig build prepare-v8. - Review other documentation for similar corrections.
References
- Current build.zig
- PR #4: upgrade build. zig to zig 0.11 (when
get-v8existed)
This update will help avoid confusion and ensure correct build instructions for users. Thank you for considering.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels