On 11/8/20 6:45 PM, Philippe Mathieu-Daudé wrote:
> Similarly to commit 8cdb2cef3f1, move the user-static test to GitLab.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Cc: Laurent Vivier <laurent@vivier.eu>
> ---
> .gitlab-ci.yml | 7 +++++++
> .travis.yml | 5 -----
> 2 files changed, 7 insertions(+), 5 deletions(-)
LGTM.
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index d1583cee5db..a91870cf85e 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -311,6 +311,13 @@ build-user-debug:
> CONFIGURE_ARGS: --disable-tools --disable-system --enable-debug-tcg
> MAKE_CHECK_ARGS: check-tcg
>
> +build-user-static:
> + <<: *native_build_job_definition
> + variables:
> + IMAGE: debian-all-test-cross
> + CONFIGURE_ARGS: --disable-tools --disable-system --static
> + MAKE_CHECK_ARGS: check-tcg
> +
> # Run check-tcg against linux-user (with plugins)
> # we skip sparc64-linux-user until it has been fixed somewhat
> # we skip cris-linux-user as it doesn't use the common run loop
> diff --git a/.travis.yml b/.travis.yml
> index 6087e2909cd..5fb69c5fb02 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -119,11 +119,6 @@ after_script:
>
> jobs:
> include:
> - - name: "GCC static (user)"
> - env:
> - - CONFIG="--disable-system --static"
> - - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
> -
> # Just build tools and run minimal unit and softfloat checks
> - name: "GCC check-unit and check-softfloat"
> env: