mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 08:17:53 -06:00
.travis.yml: stop requesting libffi & gettext from homebrew
The default package set installed on macOS builders from Travis already includes libffi and gettext as shown by log messages: Skipping install of libffi formula. It is already up-to-date. Using libffi Skipping install of gettext formula. It is already up-to-date. Using gettext Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
7162fbb451
commit
83c3d1b417
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ addons:
|
||||||
- gcovr
|
- gcovr
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
- libffi
|
|
||||||
- gettext
|
|
||||||
- glib
|
- glib
|
||||||
- pixman
|
- pixman
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue