github tristanisham/zvm v0.7.7

latest releases: v0.7.9, v0.7.8
20 days ago

What's Changed

  • Use ZLS release worker for selecting builds by @no-realm in #102

New Contributors

Full Changelog: v0.7.6...v0.7.7

Updated Version Map Setting

Set Version Map Source

ZVM lets choose your vendor for Zig and ZLS. This is great if your company hosts it's own internal fork of Zig, you prefer a different flavor of the language, like Mach.

zvm vmu zig "https://machengine.org/zig/index.json" # Change the source ZVM pulls Zig release information from.

zvm vmu zls https://validurl.local/vmu.json
                                       # ZVM only supports schemas that match the offical version map schema. 
                                       # Run `vmu default` to reset your version map.

zvm vmu zig default # Resets back to default Zig releases.
zvm vmu zig mach # Sets ZVM to pull from Mach nominated Zig.

zvm vmu zls default # Resets back to default ZLS releases.

You can now use zvm list --vmu to see set version maps

Don't miss a new zvm release

NewReleases is sending notifications on new releases.