mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-03 13:42:06 -07:00
.cargo
.github
benchsuite
ci
docker
build-deb
cargo-out-dir
macos-install-packages
sha256-releases
test-complete
ubuntu-install-packages
utils.sh
complete
crates
doc
pkg
scripts
tests
.gitignore
.ignore
CHANGELOG.md
COPYING
Cargo.lock
Cargo.toml
Cross.toml
FAQ.md
GUIDE.md
HomebrewFormula
LICENSE-MIT
README.md
RELEASE-CHECKLIST.md
UNLICENSE
build.rs
rustfmt.toml
This commit updates the Ubuntu install script to include brotli and zstd, which are needed for tests. We also fix the Ubuntu install script to work in environments that don't have 'sudo'. Instead of creating a totally separate script, we preserve a single point of truth for these things and just make the script a bit more flexible. NOT seen in this commit is that we have built and updated the arm Docker image. I'm hoping this fixes the GLIBC version issues we're seeing in CI. Fixes #2130, Closes #2132