[libvirt] [PATCH] travis: Don't install xz on macOS

Andrea Bolognani posted 1 patch 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180315154337.12679-1-abologna@redhat.com
Test syntax-check passed
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] travis: Don't install xz on macOS
Posted by Andrea Bolognani 6 years, 1 month ago
It's already being dragged in by Python.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d1f09f9cad..d071c98634 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ matrix:
         - brew update
         - brew unlink python
         - brew upgrade
-        - brew install rpcgen yajl xz
+        - brew install rpcgen yajl
       script:
         # We can't run make distcheck/syntax-check because they
         # fail on macOS, but doing 'install' and 'dist' gives us
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] travis: Don't install xz on macOS
Posted by Daniel P. Berrangé 6 years, 1 month ago
On Thu, Mar 15, 2018 at 04:43:37PM +0100, Andrea Bolognani wrote:
> It's already being dragged in by Python.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Fun, it was not being dragged in a couple of weeks ago when I enavbled
'make dist' on macOS. Assume you checked a build so

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


> 
> diff --git a/.travis.yml b/.travis.yml
> index d1f09f9cad..d071c98634 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -18,7 +18,7 @@ matrix:
>          - brew update
>          - brew unlink python
>          - brew upgrade
> -        - brew install rpcgen yajl xz
> +        - brew install rpcgen yajl
>        script:
>          # We can't run make distcheck/syntax-check because they
>          # fail on macOS, but doing 'install' and 'dist' gives us
> -- 
> 2.14.3
> 
> --
> libvir-list mailing list
> libvir-list@redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list