On 30/07/19 14:10, Thomas Huth wrote: > The kvm-unit-tests are currently completely failing with GCC 9.1. > So let's use GCC 8.2 again for compiling the ARM tests to fix > the CI pipelines on gitlab. > > Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> > --- > .gitlab-ci.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index a9dc16a..fbf3328 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -17,7 +17,7 @@ build-aarch64: > > build-arm: > script: > - - dnf install -y qemu-system-arm gcc-arm-linux-gnu > + - dnf install -y qemu-system-arm gcc-arm-linux-gnu-8.2.1-1.fc30.2 > - ./configure --arch=arm --cross-prefix=arm-linux-gnu- > - make -j2 > - ACCEL=tcg ./run_tests.sh > Queued, thanks. Paolo