diff mbox series

[kvm-unit-tests] Force GCC version to 8.2 for compiling the ARM tests

Message ID 20190730121056.5463-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show
Series [kvm-unit-tests] Force GCC version to 8.2 for compiling the ARM tests | expand

Commit Message

Thomas Huth July 30, 2019, 12:10 p.m. UTC
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@redhat.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini Aug. 3, 2019, 6:03 a.m. UTC | #1
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@redhat.com>
> ---
>  .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
diff mbox series

Patch

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