gitlab-ci: Explicitly install linux-libc-dev for foreign architectures

Something seems to have changed in Debian buster causing installation
of the other foreign packages to fail without this.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Michel Dänzer
2019-09-06 09:47:59 +02:00
committed by Adam Jackson
parent 4fdd455eeb
commit 3be7c67bbe

View File

@@ -88,6 +88,7 @@ for arch in $CROSS_ARCHITECTURES; do
apt-get install -y \
libdrm-dev:${arch} \
libexpat1-dev:${arch} \
linux-libc-dev:${arch}/stretch-backports \
libelf-dev:${arch}
done
apt-get install -y \