travis-ci: install qemu 2.1 from ppa:jacob/virtualisation
Ubuntu Trusty provides Qemu 2.0, but we need the 2.1 version to use AHCI. So we use it from Zimmermann's PPA repository.
This commit is contained in:
parent
59d5307584
commit
a55f6222e4
@ -10,6 +10,7 @@ cache:
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
- sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable -y
|
- sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable -y
|
||||||
|
- sudo add-apt-repository ppa:jacob/virtualisation -y
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y --force-yes gcc-4.8 rc golang build-essential flex bison qemu-system syslinux
|
- sudo apt-get install -y --force-yes gcc-4.8 rc golang build-essential flex bison qemu-system syslinux
|
||||||
- git submodule update --init --recursive --remote
|
- git submodule update --init --recursive --remote
|
||||||
|
Loading…
Reference in New Issue
Block a user