sunriseos / SunriseOS

Horizon/NX kernel reimplementation
Apache License 2.0
229 stars 13 forks source link

CI: Bitrot protection for dep installs. #562

Closed roblabla closed 4 years ago

roblabla commented 4 years ago

Ensure we build xargo and cargo-make in a reproducible way to prevent bitrot. We now specify a version and ask for a locked build. My understanding is that --locked will use the lockfile packaged by the crate, see https://github.com/rust-lang/cargo/issues/5654.

roblabla commented 4 years ago

Sneaky merge