cross-rs / cross

“Zero setup” cross compilation and “cross testing” of Rust crates
Apache License 2.0
6.49k stars 365 forks source link

bump musl to 1.2.3, like done in rust 1.71 #1346

Closed Emilgardis closed 8 months ago

Emilgardis commented 11 months ago

https://blog.rust-lang.org/2023/05/09/Updating-musl-targets.html

Emilgardis commented 11 months ago

bors try --target musl

bors[bot] commented 11 months ago

try

Build failed:

Emilgardis commented 11 months ago

bors try --target musl

bors[bot] commented 11 months ago

try

Build failed:

Emilgardis commented 11 months ago

bors try --target musl

Emilgardis commented 11 months ago

fixed the verbose flag issue in #1347

bors[bot] commented 11 months ago

try

Build failed:

Mossaka commented 7 months ago

I am wondering why "GCC_CONFIG += --enable-default-pie" was removed? It causes the musl libc not compile with PIE.

Emilgardis commented 7 months ago

Hmm you're right, i dont know why i removed it