Skip to content
Snippets Groups Projects
Commit facdc5fb authored by Michal Simek's avatar Michal Simek Committed by Tom Rini
Browse files

travis: Switch QEMU to 3.1.0 version

Vexpress ca15_tc2 is failing with 3.1.0 because of QEMU issue.
When this patch is applied
https://patchwork.kernel.org/patch/10754401/


Vexpress can be also turn to newer QEMU version.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 984a1feb
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ env: ...@@ -63,7 +63,7 @@ env:
- BUILD_DIR=build - BUILD_DIR=build
- HOSTCC="cc" - HOSTCC="cc"
- HOSTCXX="c++" - HOSTCXX="c++"
- QEMU_VERSION="v3.0.0" - QEMU_VERSION="v3.1.0"
before_script: before_script:
# install toolchains based on TOOLCHAIN} variable # install toolchains based on TOOLCHAIN} variable
...@@ -369,6 +369,7 @@ matrix: ...@@ -369,6 +369,7 @@ matrix:
- TEST_PY_BD="vexpress_ca15_tc2" - TEST_PY_BD="vexpress_ca15_tc2"
TEST_PY_ID="--id qemu" TEST_PY_ID="--id qemu"
QEMU_TARGET="arm-softmmu" QEMU_TARGET="arm-softmmu"
QEMU_VERSION="v3.0.0"
BUILDMAN="^vexpress_ca15_tc2$" BUILDMAN="^vexpress_ca15_tc2$"
- name: "test/py vexpress_ca9x4" - name: "test/py vexpress_ca9x4"
env: env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment