[Qemu-devel] [PATCH v1 17/17] .travis.yml: force a brew update for MacOS builds

Alex Bennée posted 17 patches 6 years, 4 months ago
Maintainers: Fam Zheng <fam@euphon.net>, Brad Smith <brad@comstyle.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Kamil Rytarowski <kamil@netbsd.org>
[Qemu-devel] [PATCH v1 17/17] .travis.yml: force a brew update for MacOS builds
Posted by Alex Bennée 6 years, 4 months ago
It looks like the Travis image package databases are out of date
causing the build to error with:

  Error: Your Homebrew is outdated. Please run `brew update`.
  Error: Kernel.exit

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 9750dc905c..a891ce2485 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,6 +43,7 @@ addons:
       - glib
       - pixman
       - gnu-sed
+    update: true
 
 
 # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
-- 
2.20.1


Re: [Qemu-devel] [PATCH v1 17/17] .travis.yml: force a brew update for MacOS builds
Posted by Philippe Mathieu-Daudé 6 years, 4 months ago
On 6/19/19 9:40 PM, Alex Bennée wrote:
> It looks like the Travis image package databases are out of date
> causing the build to error with:
> 
>   Error: Your Homebrew is outdated. Please run `brew update`.
>   Error: Kernel.exit
> 

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

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .travis.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 9750dc905c..a891ce2485 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -43,6 +43,7 @@ addons:
>        - glib
>        - pixman
>        - gnu-sed
> +    update: true
>  
>  
>  # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
>