cross-rs / cross

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

sparc64 builds don't work with v0.1.12 anymore #127

Closed CryZe closed 7 years ago

CryZe commented 7 years ago

With 0.1.11: https://travis-ci.org/CryZe/livesplit-core/jobs/278234679

With 0.1.12: https://travis-ci.org/CryZe/livesplit-core/jobs/278851207

error: linking with `qemu-sparc64` failed: exit code: 1
...
  = note: qemu: unknown option 'Wl,--as-needed'
japaric commented 7 years ago

That's a fun error Cross is using QEMU to link binaries ... sigh why the test suite didn't catch this?

I think I can fix this manually without a new release.

japaric commented 7 years ago

This should be fixed now.

CryZe commented 7 years ago

Thank you :)