mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
travis: Don't install xz on macOS
It's already being dragged in by Python. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
fb327ac2c3
commit
1a55c77ae9
@ -18,7 +18,7 @@ matrix:
|
|||||||
- brew update
|
- brew update
|
||||||
- brew unlink python
|
- brew unlink python
|
||||||
- brew upgrade
|
- brew upgrade
|
||||||
- brew install rpcgen yajl xz
|
- brew install rpcgen yajl
|
||||||
script:
|
script:
|
||||||
# We can't run make distcheck/syntax-check because they
|
# We can't run make distcheck/syntax-check because they
|
||||||
# fail on macOS, but doing 'install' and 'dist' gives us
|
# fail on macOS, but doing 'install' and 'dist' gives us
|
||||||
|
Loading…
x
Reference in New Issue
Block a user