Commit Graph

5 Commits (358164f49d6162e45502aac8efc726159cc2d888)

Author SHA1 Message Date
Charles Hall 9453dbc740
update rust toolchain
It comes with a bunch of new lints (yay!) so I fixed them all so CI will
keep working.

Also apparently something about linking changed because I had to change
the checks for deciding the linker flags for static x86_64 builds to
keep working.
7 months ago
Charles Hall 0e8e4f1083
add static cross to aarch64-unknown-linux-musl 7 months ago
Charles Hall 81ae579b25
add static cross to x86_64-unknown-linux-musl 7 months ago
Charles Hall 3ac9be5a78
add x86_64-unknown-linux-gnu
This is probably the most common target and usually doesn't involve
cross compilation.
7 months ago
Charles Hall 52954f7a11
use fromToolchainFile
I *think* this will make it easier to pull in extra rustc targets.
7 months ago