commit | 6cd2f9cd5308544f9b4d96789367b635b1c1bf9e | [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 | f0203051d56f3e69649da1346a88eb0cfdbf9d14 [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>