Skip to content

Commit

Permalink
add some additional installation dependencies for Ubuntu/Debian (#203)
Browse files Browse the repository at this point in the history
pkg-config in building pa with ninja
gawk in building pa with ninja which was mentioned in #202 (comment)
`column` in util-linux to support `cat $devdir/version_*.txt 2>/dev/null | tee $devdir/versions.txt | column -t || true
`
  • Loading branch information
luzhixing12345 authored Feb 29, 2024
1 parent a45c31e commit 4370838
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 @@ -417,7 +417,7 @@ if test "$setup_packages" = "1"; then
aptinstall "g++ clang lld llvm-dev unzip dos2unix linuxinfo bc libgmp-dev wget \
cmake python3 ruby ninja-build libtool autoconf sed ghostscript time \
curl automake libatomic1 libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev \
liblz4-dev libzstd-dev libreadline-dev"
liblz4-dev libzstd-dev libreadline-dev pkg-config gawk util-linux"
aptinstallbazel
elif grep -q -e 'ID=alpine' /etc/os-release 2>/dev/null; then
echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
Expand Down

0 comments on commit 4370838

Please sign in to comment.