cross: Can't cross-compile to some targets anymore
This might be more of a question, but some of the targets that I’ve successfully been cross-compiling to with cross / trust on CI are now erroring like this:
error: cross does not provide docker image for x86_64-unknown-linux-gnux32 target, specify a custom image in Cross.toml
These have always worked before though, so is this a regression?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19 (16 by maintainers)
Commits related to this issue
- Drop cross-compiling support to certain platforms which are unsupported by 'rust-embedded/cross' Reference: https://github.com/rust-embedded/cross/issues/306#issuecomment-528847986 — committed to vishaltelangre/ff by vishaltelangre 5 years ago
- Removing deprecated targets from the travis build * root cause: https://github.com/rust-embedded/cross/issues/306 — committed to amazon-archives/flowgger-hold by kurojishi 5 years ago
- Removing deprecated targets from the travis build * root cause: https://github.com/rust-embedded/cross/issues/306 — committed to amazon-archives/flowgger-hold by kurojishi 5 years ago
- Removing deprecated targets from the travis build (#20) * root cause: https://github.com/rust-embedded/cross/issues/306 — committed to amazon-archives/flowgger-hold by kurojishi 5 years ago
- Remove freebsd from our targets This is no longer supported by the cross project. See https://github.com/rust-embedded/cross/issues/306 for discussion. — committed to houseabsolute/precious by autarch 5 years ago
- Disable FreeBSD target in Travis Apparently the Rust Cross project doesn't support FreeBSD anymore: https://github.com/rust-embedded/cross/issues/274 https://github.com/rust-embedded/cross/issues/30... — committed to brandur/redis-cell by brandur 4 years ago
I’m currently doing a clean CI run atm (there were other issues mixed in in my previous run, such as Travis CI having spurious timeouts and some other compilation bug I caused). I’ll respond with a full list of targets that are now rejected soon.