Commit Graph

5 Commits (79c4bb17ca7a60b435c0d4c5653a5c96ccc0f0a5)

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.
6 months ago
Charles Hall 0e8e4f1083
add static cross to aarch64-unknown-linux-musl 6 months ago
Charles Hall 81ae579b25
add static cross to x86_64-unknown-linux-musl 6 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.
6 months ago
Charles Hall 52954f7a11
use fromToolchainFile
I *think* this will make it easier to pull in extra rustc targets.
6 months ago