.cargo/config: use musl-cross on x86_64 as well

This allows us to run virtualized integration tests on macOS hosts.
reviewable/pr1359/r7
Tamir Duberstein 1 month ago
parent 41d08c7ff2
commit efa5857c0d
No known key found for this signature in database

@ -10,6 +10,9 @@ linker = "arm-linux-gnueabihf-gcc"
[target.aarch64-unknown-linux-musl] [target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc" linker = "aarch64-linux-musl-gcc"
[target.x86_64-unknown-linux-musl]
linker = "x86_64-linux-musl-gcc"
[target.powerpc64le-unknown-linux-gnu] [target.powerpc64le-unknown-linux-gnu]
linker = "powerpc64le-linux-gnu-gcc" linker = "powerpc64le-linux-gnu-gcc"

Loading…
Cancel
Save