Skip to content

Commit

Permalink
use -devel package for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris van der Geer authored and jvoisin committed Dec 2, 2024
1 parent fc88bd4 commit 1de7914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 snappy"
ghostscript libatomic which gflags-devel xz readline-devel snappy-devel"
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 Down

0 comments on commit 1de7914

Please sign in to comment.