KVM Archive mirror
 help / color / mirror / Atom feed
From: Andrew Jones <andrew.jones@linux.dev>
To: Thomas Huth <thuth@redhat.com>
Cc: kvm@vger.kernel.org, Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [kvm-unit-tests PATCH] travis.yml: Update the aarch64 and ppc64le jobs to Jammy
Date: Tue, 7 May 2024 18:52:46 +0200	[thread overview]
Message-ID: <20240507-715514f1926819d21f229551@orel> (raw)
In-Reply-To: <20240507133426.211454-1-thuth@redhat.com>

On Tue, May 07, 2024 at 03:34:26PM GMT, Thomas Huth wrote:
> Ubuntu Focal is now four years old, so we might miss some new compiler
> warnings that have been introduced in later versions. Ubuntu Jammy is
> available in Travis since a while already, so let's update to that
> version now.
> 
> Unfortunately, there seems to be a linking problem with Jammy on s390x,
> so we have to keep the s390x on Focal for now.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  .travis.yml | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 9b987641..99d55c5f 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -1,4 +1,4 @@
> -dist: focal
> +dist: jammy
>  language: c
>  cache: ccache
>  compiler: clang
> @@ -20,13 +20,14 @@ jobs:
>  
>      - arch: ppc64le
>        addons:
> -        apt_packages: clang-11 qemu-system-ppc
> +        apt_packages: clang qemu-system-ppc
>        env:
> -      - CONFIG="--arch=ppc64 --endian=little --cc=clang-11 --cflags=-no-integrated-as"
> +      - CONFIG="--arch=ppc64 --endian=little --cc=clang --cflags=-no-integrated-as"
>        - TESTS="emulator rtas-get-time-of-day rtas-get-time-of-day-base
>            rtas-set-time-of-day selftest-setup spapr_hcall"
>  
>      - arch: s390x
> +      dist: focal
>        addons:
>          apt_packages: clang-11 qemu-system-s390x
>        env:
> -- 
> 2.45.0
>

Acked-by: Andrew Jones <andrew.jones@linux.dev>

      reply	other threads:[~2024-05-07 16:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07 13:34 [kvm-unit-tests PATCH] travis.yml: Update the aarch64 and ppc64le jobs to Jammy Thomas Huth
2024-05-07 16:52 ` Andrew Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240507-715514f1926819d21f229551@orel \
    --to=andrew.jones@linux.dev \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).