bottlerocket-os / twoliter

A build tool for customizing Bottlerocket
Other
24 stars 25 forks source link

CI: Use `cargo-cross` for PR builds #398

Open cbgbt opened 1 month ago

cbgbt commented 1 month ago

Our release workflow builds Twoliter using cargo-cross, which containerizes the build. This can lead to surprises at release time when new dependencies are added to TL that require non-rust dependencies.