f5d015c883
Similar to Zuul (I71182e9d3e6e930977a9f983b37743ee3300ec91), the base images have updated to Bullseye. This updates various things to get a building Bullseye image. We have upgrade to 3.9-based images here because OpenDev builds ARM64 wheels for a bullseye+arm64 combo, which we use to speed up the ARM64 cross-build (we do not have any repository of <3.7|3.8>+bullseye ARM64 wheels, so it makes it difficult to use these combos as the cross-build can take a very long time) Depends-On: https://review.opendev.org/c/openstack/diskimage-builder/+/806318 Change-Id: I21cfbd3935e48be4b92591ea36c7eed301230753
20 lines
776 B
Plaintext
20 lines
776 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
gcc [compile test]
|
|
libc6-dev [compile test platform:dpkg]
|
|
libffi-dev [compile test platform:dpkg platform:apk]
|
|
libffi [platform:apk]
|
|
libffi7 [platform:ubuntu-focal platform:debian-bullseye]
|
|
libffi6 [platform:dpkg !platform:ubuntu-focal !platform:debian-bullseye]
|
|
libffi-devel [compile test platform:rpm]
|
|
libressl-dev [compile test platform:apk]
|
|
libssl-dev [compile test platform:dpkg]
|
|
linux-headers [compile test platform:apk]
|
|
make [compile test platform:apk platform:dpkg]
|
|
musl-dev [compile test platform:apk]
|
|
python3-dev [compile test platform:dpkg]
|
|
python3-devel [compile test platform:rpm]
|
|
sudo
|
|
docker-compose [test]
|