kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] Force GCC version to 8.2 for compiling the ARM tests
@ 2019-07-30 12:10 Thomas Huth
  2019-08-03  6:03 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2019-07-30 12:10 UTC (permalink / raw)
  To: kvm, Drew Jones, Paolo Bonzini; +Cc: kvmarm

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
-- 
2.21.0

_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [kvm-unit-tests PATCH] Force GCC version to 8.2 for compiling the ARM tests
  2019-07-30 12:10 [kvm-unit-tests PATCH] Force GCC version to 8.2 for compiling the ARM tests Thomas Huth
@ 2019-08-03  6:03 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2019-08-03  6:03 UTC (permalink / raw)
  To: Thomas Huth, kvm, Drew Jones; +Cc: kvmarm

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
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-03  6:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30 12:10 [kvm-unit-tests PATCH] Force GCC version to 8.2 for compiling the ARM tests Thomas Huth
2019-08-03  6:03 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).