sunriseos / SunriseOS

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

Lock binary dependencies #648

Closed roblabla closed 2 years ago

roblabla commented 2 years ago

Make sure binary dependencies are built with their dependencies locked, so we don't end up with problems if the dependencies don't support our nightly anymore.

Fixes #647 Fixes #585

roblabla commented 2 years ago

Right, so --locked doesn't work on crates.io dependencies. Ain't that great. Let's move mkisofs-rs and xargo to git deps, and pin the git version.

roblabla commented 2 years ago

Oh, heh, actually they are, but mkisofs-rs doesn't have one. @Thog we'll need to republish it.

roblabla commented 2 years ago

Fixed in #650