Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image: Fix
powerpc
, add a test case for arch mapping
I happened to notice while skimming over this that Rust using `powerpc` is a strange outlier - the other key arch names AFAICS match the GNU ones (e.g. `s390x`, `riscv64`, `x86_64` etc). Now unfortunately, tests from dependencies aren't usually run by default by `cargo`. A major exception here is how Fedora packages crates and as part of the "build" of a crate the tests are run. So we will hopefully flush out any un-mapped architectures by that as well as anyone who actually goes to some effort to run the dependency tests.
- Loading branch information