Build with rust v1.66 and cross v0.2.4

Also added some sanity checks. The new docker image now also contains
all required targets and the rust-src component already, which makes it
a bit faster to get started.

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
2022-12-16 17:25:08 +01:00
parent 31fda8bae2
commit ea30a49901
2 changed files with 14 additions and 20 deletions

3
.cargo/config.toml Normal file
View File

@@ -0,0 +1,3 @@
[profile.release]
lto = "thin"
strip = true