gitlab-ci: Keep g++ from stretch when installing foreign toolchains

Upgrading to a newer g++ causes older LLVM/clang packages to be
removed.

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 10:39:19 +02:00 committed by Adam Jackson
parent 3be7c67bbe
commit 57855ff8aa
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ for arch in $CROSS_ARCHITECTURES; do
libelf-dev:${arch}
done
apt-get install -y \
g++/stretch \
dpkg-dev \
gcc-aarch64-linux-gnu \
g++-aarch64-linux-gnu \