summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlex Bennée2020-07-01 15:56:46 +0200
committerAlex Bennée2020-07-11 16:53:00 +0200
commit62c902e03b166de71ae93afdd21c1f2028a53100 (patch)
tree315941bef7daf7db84f62f4f04b2cf88c02a1fbb /.gitlab-ci.yml
parentlinux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_va (diff)
downloadqemu-62c902e03b166de71ae93afdd21c1f2028a53100.tar.gz
qemu-62c902e03b166de71ae93afdd21c1f2028a53100.tar.xz
qemu-62c902e03b166de71ae93afdd21c1f2028a53100.zip
gitlab: enable check-tcg for linux-user tests
Switch to building in the new debian-all-test-cross image which has most of the cross compilers inline. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20200701135652.1366-35-alex.bennee@linaro.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93baf98232..257947853b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,10 +143,9 @@ build-tcg-disabled:
build-user:
<<: *native_build_job_definition
variables:
- IMAGE: ubuntu2004
- CONFIGURE_ARGS: --disable-system --disable-guest-agent
- --disable-capstone --disable-slirp --disable-fdt
- MAKE_CHECK_ARGS: run-tcg-tests-i386-linux-user run-tcg-tests-x86_64-linux-user
+ IMAGE: debian-all-test-cross
+ CONFIGURE_ARGS: --disable-tools --disable-system
+ MAKE_CHECK_ARGS: check-tcg
build-clang:
<<: *native_build_job_definition