cross-rs / cross

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

asmjs-unknown-emscripten target, disabled #634

Open Emilgardis opened 2 years ago

Emilgardis commented 2 years ago

This target is failing.

https://github.com/cross-rs/cross/runs/5084819916?check_suite_focus=true

https://gist.github.com/Emilgardis/3283deb43cdab4fd6f21877022921736

Disabled for now.

Emilgardis commented 2 years ago

https://github.com/cross-rs/cross/pull/609#issuecomment-1030889137

Alexhuszagh commented 2 years ago

Partially fixed as of #840, depends on the upstream patch for https://github.com/rust-lang/rust/pull/98216.