Commit 62c902e0 authored by Alex Bennée's avatar Alex Bennée
Browse files

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: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Message-Id: <20200701135652.1366-35-alex.bennee@linaro.org>
parent c1f6ad79
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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