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
The version of Rust given by 'cargo' on current Ubuntu 21.10 is 1.57.0 so the compilation fails. I found that installing via the curl script on their website rust-lang.org gets the most recent version of Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
and this allowed system76-scheduler to compile.
Just wanted to make a note of this for others who come through trying to figure out why it won't compile (the errors do not make this clear). This dependency should probably be noted somewhere officially associated with the 1.0.0 release.
The text was updated successfully, but these errors were encountered:
The version of Rust given by 'cargo' on current Ubuntu 21.10 is 1.57.0 so the compilation fails. I found that installing via the curl script on their website rust-lang.org gets the most recent version of Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
and this allowed system76-scheduler to compile.
Just wanted to make a note of this for others who come through trying to figure out why it won't compile (the errors do not make this clear). This dependency should probably be noted somewhere officially associated with the 1.0.0 release.
The text was updated successfully, but these errors were encountered: