mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
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: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -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:
|
|||||||
- 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:
|
||||||
|
Reference in New Issue
Block a user