Update bindep and vhd-util install for arm64

These two change are required for arm64 but are also fine for x86
builds. Lets get these in before adding arm64 image jobs as it
simplifies the juggling we have to do with the various fixes.

Change-Id: I051bd0d80fa556111cb36d52391dca264f17015c
This commit is contained in:
Clark Boylan 2020-09-01 08:32:34 -07:00
parent 6473a0049c
commit 5f915f33ba
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ RUN echo "nodepool ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/nodepool-sudo \
COPY tools/openstack-ci-core-ppa.asc /etc/apt/trusted.gpg.d/
RUN \
echo "deb http://ppa.launchpad.net/openstack-ci-core/vhd-util/ubuntu bionic main" >> /etc/apt/sources.list \
echo "deb http://ppa.launchpad.net/openstack-ci-core/vhd-util/ubuntu focal main" >> /etc/apt/sources.list \
&& echo "deb http://ppa.launchpad.net/openstack-ci-core/debootstrap/ubuntu focal main" >> /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y \

View File

@ -10,7 +10,7 @@ libffi [platform:apk]
libressl-dev [compile test platform:apk]
libssl-dev [compile test platform:dpkg]
linux-headers [compile test platform:apk]
make [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]