summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-07-12 09:59:03 -0500
committerMonty Taylor <mordred@inaugust.com>2018-07-12 10:11:37 -0500
commitc19969d033007528f0e4f775add2ae64d603a97d (patch)
tree62cf6397f71affdefe05f7ad58cfd305591c8416 /bindep.txt
parent9628caffb58a0d93e4c19aa8511420ac8a486a97 (diff)
downloadzuul-c19969d033007528f0e4f775add2ae64d603a97d.tar.gz
Add alpine packages to bindep.txt
In anticipation of building containers based on python:alpine (and on bindep understanding alpine packages) add alpine packages to bindep.txt. We'll get testing coverage that this list works from the container build job. Change-Id: I0ab864adb6bf519d7fdf0c1cf1b4a01064df5322
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt25
1 files changed, 21 insertions, 4 deletions
diff --git a/bindep.txt b/bindep.txt
index 849106404..8299b9edc 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -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]