Merge "Add alpine packages to bindep.txt"

This commit is contained in:
Zuul 2018-07-16 21:58:26 +00:00 committed by Gerrit Code Review
commit c5a6dc6186
1 changed files with 21 additions and 4 deletions

View File

@ -8,17 +8,26 @@ libjpeg-dev [test]
openssl [test]
zookeeperd [test platform:dpkg]
build-essential [compile test platform:dpkg]
gcc [compile test platform:rpm]
alpine-sdk [compile test platform:apk]
linux-headers [compile test platform:apk]
gcc [compile test platform:rpm platform:apk]
gcc-c++ [compile test platform:rpm]
graphviz [doc]
libssl-dev [compile test platform:dpkg]
openssl-devel [compile test platform:rpm]
# postgresql-dev on alpine uses libressl-dev, so installing openssl-dev there
# is an error.
libressl-dev [compile test platform:apk]
postgresql-dev [compile test platform:apk]
libssl1.1 [platform:debian platform:ubuntu-bionic]
libssl1.0.0 [platform:ubuntu-xenial]
libffi-dev [compile test platform:dpkg]
libffi-dev [compile test platform:dpkg platform:apk]
libffi [platform:apk]
gmp [platform:apk]
procps [platform:apk]
libffi6 [platform:dpkg]
libffi-devel [compile test platform:rpm]
python3-dev [compile test platform:dpkg]
python3-dev [compile test platform:dpkg platform:apk]
python3-devel [compile test platform:rpm]
bubblewrap [!platform:ubuntu-xenial]
redhat-rpm-config [platform:rpm]
@ -27,4 +36,12 @@ libre2-4 [platform:ubuntu-bionic]
libre2-3 [platform:debian-stretch]
libre2-1v5 [platform:ubuntu-xenial]
re2-devel [compile test platform:rpm]
re2 [platform:rpm]
re2-dev [platform:apk]
re2 [platform:rpm platform:apk]
yarn [compile test platform:apk]
nodejs-npm [compile test platform:apk]
git
rsync
curl
gettext [platform:apk]
unzip [platform:apk]