summaryrefslogtreecommitdiffstats
path: root/ci/docker/s390x-unknown-linux-gnu/build
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-08-28 20:17:04 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-08-28 22:35:04 -0400
commit6cdea9a631e79922269fb292346dabdcd6316fd0 (patch)
tree647ec0a7a9b13ce0b5b510975f6473f25e47980a /ci/docker/s390x-unknown-linux-gnu/build
parent51765f2f4cbd6c561df35cf1d7d8637cf73006fa (diff)
ci: replace mips with powerpc64, aarch64 and s390xag/fix-ci
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]: https://github.com/rust-lang/regex/commit/c788378d6fe407f4774df98a78436cea5d98525b
Diffstat (limited to 'ci/docker/s390x-unknown-linux-gnu/build')
-rwxr-xr-xci/docker/s390x-unknown-linux-gnu/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/docker/s390x-unknown-linux-gnu/build b/ci/docker/s390x-unknown-linux-gnu/build
new file mode 100755
index 00000000..f2fcb438
--- /dev/null
+++ b/ci/docker/s390x-unknown-linux-gnu/build
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+mkdir -p stage
+cp ../../ubuntu-install-packages ./stage/
+docker build -t burntsushi/cross:s390x-unknown-linux-gnu .