Raphaël Beamonte
Raphaël Beamonte
Similar to what we have for GitHub releases, we should support GitLab releases. Gitlab have releases like e.g. https://gitlab.com/graphviz/graphviz/-/releases We would need to find one that has binaries for different...
https://github.com/cargo-bins/cargo-binstall allows to download precompiled bins when available. We should evaluate using `cargo binstall` for those operations, which would require having it setup by default when installing rust.
At the moment the cleanup removes the arch and OS from the binary name, but there's no way for someone to specify how the name should be cleaned up, which...
Depends on https://github.com/XaF/omni/issues/749 We can call global state the state at a given time of the work directories in the omni path _and_ of the environment of those work directories....