fix: pass RUSTC_WRAPPER to the cross container and enforce static builds

This commit is contained in:
Maxim De Clercq 2022-01-23 17:31:12 +01:00
parent fd67cd7450
commit 219dfbabd5
No known key found for this signature in database
GPG key ID: D35643779C52BA70
3 changed files with 11 additions and 19 deletions

View file

@ -7,8 +7,5 @@ image = "rust-cross:arm-unknown-linux-musleabihf"
[target.armv7-unknown-linux-musleabihf]
image = "rust-cross:armv7-unknown-linux-musleabihf"
[target.i686-unknown-linux-musl]
image = "rust-cross:i686-unknown-linux-musl"
[target.x86_64-unknown-linux-musl]
image = "rust-cross:x86_64-unknown-linux-musl"