Skip to content

Commit

Permalink
Add missing snappy package for RocksDB bench to Alpine and Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris van der Geer committed Dec 2, 2024
1 parent df5f039 commit 7b933b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-bench-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ if test "$setup_packages" = "1"; then
# no 'apt update' equivalent needed on Fedora
dnfinstall "gcc-c++ clang lld llvm-devel unzip dos2unix bc gmp-devel wget gawk \
cmake python3 ruby ninja-build libtool autoconf git patch time sed \
ghostscript libatomic which gflags-devel xz readline-devel"
ghostscript libatomic which gflags-devel xz readline-devel snappy"
dnfinstallbazel
elif grep -q -e 'ID=debian' -e 'ID=ubuntu' /etc/os-release 2>/dev/null; then
echo "updating package database... ($SUDO apt update)"
Expand All @@ -450,7 +450,7 @@ if test "$setup_packages" = "1"; then
apk update
apkinstall "clang lld unzip dos2unix bc gmp-dev wget cmake python3 automake gawk \
samurai libtool git build-base linux-headers autoconf util-linux sed \
ghostscript libatomic gflags-dev readline-dev"
ghostscript libatomic gflags-dev readline-dev snappy-dev"
apkinstall "bazel@testing"
elif brew --version 2> /dev/null >/dev/null; then
brewinstall "dos2unix wget cmake ninja automake libtool gnu-time gmp mpir gnu-sed \
Expand Down

0 comments on commit 7b933b9

Please sign in to comment.