qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 37/42] gitlab-ci: Add job to test the MIPS r5900o32el tar


From: Thomas Huth
Subject: Re: [RFC PATCH 37/42] gitlab-ci: Add job to test the MIPS r5900o32el target
Date: Mon, 15 Feb 2021 06:31:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

On 14/02/2021 18.59, Philippe Mathieu-Daudé wrote:
Add a job to build the MIPS r5900o32el (linux-user) target
and run the TCG tests.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
  .gitlab-ci.yml | 12 ++++++++++++
  1 file changed, 12 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28a83afb914..7d7559416e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -622,6 +622,18 @@ build-without-default-features:
          
--target-list-exclude=arm-softmmu,i386-softmmu,mipsel-softmmu,mips64-softmmu,ppc-softmmu
      MAKE_CHECK_ARGS: check-unit
+build-r5900-user:
+  <<: *native_build_job_definition
+  variables:
+    IMAGE: fedora

Don't you have to use the new gentoo-mipsr5900el-cross image to get the cross-compiler?

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]