You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(boil): Relax vendor version constraint (#1469)
* fix(nix): Use rustup instead of indivual components
This lets us correctly use the toolchain from rust-toolchain.toml, instead of hard setting to rustc (and co).
* feat(boil): Relax vendor version constraint
Previously we required the vendor version to be a valid semver (like we use for SDP releases: 26.3.0). This constraint has been relaxed to allow any valid container tag.
Replaced semver crate with regex.
* chore(boil): Remove length checking from vendor version portion of the tag
We can't know how long the earlier part is at this point.
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
0 commit comments