1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-20 06:33:48 -07:00
Files
.cargo
.github
benchsuite
ci
docker
aarch64-unknown-linux-gnu
i686-unknown-linux-gnu
powerpc64-unknown-linux-gnu
s390x-unknown-linux-gnu
Dockerfile
build
x86_64-unknown-linux-musl
README.md
build-and-publish-m2
sha256-releases
test-complete
ubuntu-install-packages
utils.sh
crates
doc
pkg
scripts
tests
.gitignore
.ignore
CHANGELOG.md
COPYING
Cargo.lock
Cargo.toml
Cross.toml
FAQ.md
GUIDE.md
LICENSE-MIT
README.md
RELEASE-CHECKLIST.md
UNLICENSE
build.rs
rustfmt.toml
ripgrep/ci/docker/s390x-unknown-linux-gnu/build
Andrew Gallant 3bfa125b2e ci: replace mips with powerpc64, aarch64 and s390x
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
2023-08-28 22:45:46 -04:00

6 lines
127 B
Bash
Executable File

#!/bin/sh
mkdir -p stage
cp ../../ubuntu-install-packages ./stage/
docker build -t burntsushi/cross:s390x-unknown-linux-gnu .