All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] ci: Update the macOS CI jobs to Big Sur
@ 2021-07-16  7:46 Thomas Huth
  2021-07-16  9:53 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2021-07-16  7:46 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, Andrew Jones

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


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

* Re: [kvm-unit-tests PATCH] ci: Update the macOS CI jobs to Big Sur
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2021-07-16  9:53 UTC (permalink / raw)
  To: Thomas Huth, kvm; +Cc: Andrew Jones

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


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

end of thread, other threads:[~2021-07-16  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.