[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 3/7] travis: Bump Xcode 10 image to 10.2
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PATCH v2 3/7] travis: Bump Xcode 10 image to 10.2 |
Date: |
Tue, 12 Mar 2019 10:55:43 +0000 |
From: Philippe Mathieu-Daudé <address@hidden>
Travis enforce the use of the git protocol v2 on their images,
but the 'xcode10' image doesn't handle this correctly, resulting
in the brew packages installation failing:
$ git config protocol.version
2
$ rvm $brew_ruby do brew bundle --verbose --global
/usr/local/bin/brew tap homebrew/bundle
==> Tapping homebrew/bundle
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'...
fatal: unknown value for config 'protocol.version': 2
Error: Failure while executing; `git clone
https://github.com/Homebrew/homebrew-bundle
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle --depth=1` exited
with 128.
Error: Failure while executing; `/usr/local/bin/brew tap homebrew/bundle`
exited with 1.
The newer 'xcode10.2' beta [*] image doesn't have this limitation.
This image comes with the following brew packages pre-installed,
which extend the current code coverage:
- libffi
- libpng
- libtasn1
- gnutls
- jpeg
- nettle
[*] https://blog.travis-ci.com/2019-02-12-xcode-10-2-beta-2-is-now-available
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
[AJB: re-enabled MacOS build first]
Signed-off-by: Alex Bennée <address@hidden>
---
.travis.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index e942175dd3..ecaea97650 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -185,6 +185,13 @@ matrix:
compiler: clang
+ - env:
+ -
CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
+ os: osx
+ osx_image: xcode10.2
+ compiler: clang
+
+
# Python builds
- env:
- CONFIG="--target-list=x86_64-softmmu"
--
2.20.1
- [Qemu-devel] [PATCH v2 0/7] testing/next for softfreeze, Alex Bennée, 2019/03/12
- [Qemu-devel] [PATCH v2 6/7] Makefile: explicitly pass $(SRC_PATH) to gcovr, Alex Bennée, 2019/03/12
- [Qemu-devel] [PATCH v2 7/7] Makefile: explicitly pass $(BUILD_DIR) to gcovr, Alex Bennée, 2019/03/12
- [Qemu-devel] [PATCH v2 3/7] travis: Bump Xcode 10 image to 10.2,
Alex Bennée <=
- [Qemu-devel] [PATCH v2 2/7] Revert "spapr: support memory unplug for qtest", Alex Bennée, 2019/03/12
- [Qemu-devel] [PATCH v2 1/7] spapr: Simulate CAS for qtest, Alex Bennée, 2019/03/12
- [Qemu-devel] [PATCH v2 5/7] .travis.yml: reduce the module builds to major architectures, Alex Bennée, 2019/03/12
- [Qemu-devel] [PATCH v2 4/7] .travis.yml: combine docs and tools build with out-of-tree, Alex Bennée, 2019/03/12
- Re: [Qemu-devel] [PATCH v2 0/7] testing/next for softfreeze, Greg Kurz, 2019/03/12