1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

travis: Switch to QEMU v4.2.0 globally

Given our tests in GitLab / Azure we can use QEMU v4.2.0 for all
platforms now.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2020-01-11 08:07:03 -05:00
parent 12183df6cd
commit 88366b96ee

View File

@@ -66,7 +66,7 @@ env:
- BUILD_DIR=build - BUILD_DIR=build
- HOSTCC="cc" - HOSTCC="cc"
- HOSTCXX="c++" - HOSTCXX="c++"
- QEMU_VERSION="v3.1.0" - QEMU_VERSION="v4.2.0"
before_script: before_script:
# install toolchains based on TOOLCHAIN} variable # install toolchains based on TOOLCHAIN} variable
@@ -410,14 +410,12 @@ matrix:
- TEST_PY_BD="evb-ast2500" - TEST_PY_BD="evb-ast2500"
TEST_PY_ID="--id qemu" TEST_PY_ID="--id qemu"
QEMU_TARGET="arm-softmmu" QEMU_TARGET="arm-softmmu"
QEMU_VERSION="506179e42112be77bfd071f050b15762d3b2cd43"
BUILDMAN="^evb-ast2500$" BUILDMAN="^evb-ast2500$"
- name: "test/py vexpress_ca15_tc2" - name: "test/py vexpress_ca15_tc2"
env: env:
- 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: