commit | 3c643fb01b20fef884c2be5e8d8c6536375c1c58 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Dec 07 11:20:40 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 09 08:40:23 2016 -0500 |
tree | 6effdd75b6c2c42f30cec1447948ab0c75738af0 | |
parent | ebe0f53f48e8f9ecc823e533a85b05c13638c350 [diff] |
travis-ci: Switch to building QEMU First, there are a number of features in newer QEMU that will allow us to test a wider range of platforms, so we want to use at least v2.8.0. Second, making use of a PPA for QEMU fails from time to time. So we change to checking out and building a copy of QEMU when we know that we are going to use test.py and need QEMU to be installed. This adds around 4 minutes per test.py job that we run. Signed-off-by: Tom Rini <trini@konsulko.com>