From: Thomas Huth <thuth@redhat.com>
To: kvm@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>, Andrew Jones <drjones@redhat.com>
Subject: [kvm-unit-tests PATCH] ci: Update the macOS CI jobs to Big Sur
Date: Fri, 16 Jul 2021 09:46:16 +0200 [thread overview]
Message-ID: <20210716074616.1176282-1-thuth@redhat.com> (raw)
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@" .
--
2.27.0
next reply other threads:[~2021-07-16 7:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-16 7:46 Thomas Huth [this message]
2021-07-16 9:53 ` [kvm-unit-tests PATCH] ci: Update the macOS CI jobs to Big Sur Paolo Bonzini
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=20210716074616.1176282-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@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