All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .cirrus.yml: add bash to the brew packages
@ 2020-07-10 18:22 Alex Bennée
  2020-07-13  8:20 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Bennée @ 2020-07-10 18:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Ed Maste, Alex Bennée, Li-Wen Hsu, Max Reitz

Like the sed we include earlier we want something more recent for
iotests to work.

Fixes: 57ee95ed
Cc: Max Reitz <mreitz@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .cirrus.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 69342ae031bc..f287d23c5b9b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -20,7 +20,7 @@ macos_task:
   osx_instance:
     image: mojave-base
   install_script:
-    - brew install pkg-config python gnu-sed glib pixman make sdl2
+    - brew install pkg-config python gnu-sed glib pixman make sdl2 bash
   script:
     - mkdir build
     - cd build
@@ -33,7 +33,7 @@ macos_xcode_task:
     # this is an alias for the latest Xcode
     image: mojave-xcode
   install_script:
-    - brew install pkg-config gnu-sed glib pixman make sdl2
+    - brew install pkg-config gnu-sed glib pixman make sdl2 bash
   script:
     - mkdir build
     - cd build
-- 
2.20.1



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

* Re: [PATCH] .cirrus.yml: add bash to the brew packages
  2020-07-10 18:22 [PATCH] .cirrus.yml: add bash to the brew packages Alex Bennée
@ 2020-07-13  8:20 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-13  8:20 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel; +Cc: Ed Maste, Li-Wen Hsu, Max Reitz

On 7/10/20 8:22 PM, Alex Bennée wrote:
> Like the sed we include earlier we want something more recent for
> iotests to work.
> 
> Fixes: 57ee95ed
> Cc: Max Reitz <mreitz@redhat.com>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .cirrus.yml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.cirrus.yml b/.cirrus.yml
> index 69342ae031bc..f287d23c5b9b 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -20,7 +20,7 @@ macos_task:
>    osx_instance:
>      image: mojave-base
>    install_script:
> -    - brew install pkg-config python gnu-sed glib pixman make sdl2
> +    - brew install pkg-config python gnu-sed glib pixman make sdl2 bash
>    script:
>      - mkdir build
>      - cd build
> @@ -33,7 +33,7 @@ macos_xcode_task:
>      # this is an alias for the latest Xcode
>      image: mojave-xcode
>    install_script:
> -    - brew install pkg-config gnu-sed glib pixman make sdl2
> +    - brew install pkg-config gnu-sed glib pixman make sdl2 bash
>    script:
>      - mkdir build
>      - cd build
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



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

end of thread, other threads:[~2020-07-13  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10 18:22 [PATCH] .cirrus.yml: add bash to the brew packages Alex Bennée
2020-07-13  8:20 ` Philippe Mathieu-Daudé

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.