From: Paolo Bonzini <pbonzini@redhat.com>
To: Thomas Huth <thuth@redhat.com>, kvm@vger.kernel.org
Cc: Andrew Jones <drjones@redhat.com>
Subject: Re: [kvm-unit-tests PATCH] ci: Update the macOS CI jobs to Big Sur
Date: Fri, 16 Jul 2021 11:53:57 +0200 [thread overview]
Message-ID: <a203f90e-7488-e073-0734-98043c142d2f@redhat.com> (raw)
In-Reply-To: <20210716074616.1176282-1-thuth@redhat.com>
On 16/07/21 09:46, Thomas Huth wrote:
> Homebrew stopped working for the Catalina-based images. After updating
> to Big Sur and adding an explicit "brew update", the pipelines go green
> again.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> ci/cirrus-ci-macos-i386.yml | 3 ++-
> ci/cirrus-ci-macos-x86-64.yml | 3 ++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/ci/cirrus-ci-macos-i386.yml b/ci/cirrus-ci-macos-i386.yml
> index b837101..ef0861e 100644
> --- a/ci/cirrus-ci-macos-i386.yml
> +++ b/ci/cirrus-ci-macos-i386.yml
> @@ -1,8 +1,9 @@
>
> macos_i386_task:
> osx_instance:
> - image: catalina-base
> + image: big-sur-base
> install_script:
> + - brew update
> - brew install coreutils bash git gnu-getopt make qemu i686-elf-gcc
> clone_script:
> - git clone --depth 100 "@CI_REPOSITORY_URL@" .
> diff --git a/ci/cirrus-ci-macos-x86-64.yml b/ci/cirrus-ci-macos-x86-64.yml
> index f72c8e1..676646f 100644
> --- a/ci/cirrus-ci-macos-x86-64.yml
> +++ b/ci/cirrus-ci-macos-x86-64.yml
> @@ -1,8 +1,9 @@
>
> macos_task:
> osx_instance:
> - image: catalina-base
> + image: big-sur-base
> install_script:
> + - brew update
> - brew install coreutils bash git gnu-getopt make qemu x86_64-elf-gcc
> clone_script:
> - git clone --depth 100 "@CI_REPOSITORY_URL@" .
>
Queued, thanks.
Paolo
prev parent reply other threads:[~2021-07-16 9:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-16 7:46 [kvm-unit-tests PATCH] ci: Update the macOS CI jobs to Big Sur Thomas Huth
2021-07-16 9:53 ` Paolo Bonzini [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=a203f90e-7488-e073-0734-98043c142d2f@redhat.com \
--to=pbonzini@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--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