mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-03-28 12:42:13 +02:00
We drop our MIPS target because it no longer works.[1] We were
previously using it as a means of testing ripgrep in a big endian
environment. So to achieve that without MIPS, we test on powerpc64 and
s390x. (No particular reason to do both, but why not.)
We also add aarch64 as a proxy for at least ensuring everything works
for the same architecture as Apple silicon. It's not a guarantee that
everything works, but it seems better than nothing until we can actually
test Apple silicon in CI.
[1]: c788378d6f
5 lines
119 B
Docker
5 lines
119 B
Docker
FROM rustembedded/cross:powerpc64-unknown-linux-gnu
|
|
|
|
COPY stage/ubuntu-install-packages /
|
|
RUN /ubuntu-install-packages
|