Skip to content
Snippets Groups Projects
  1. Jul 29, 2022
    • Yonggang Luo's avatar
      ci: Upgrade msys2 release to 20220603 · fc2cc19f
      Yonggang Luo authored
      
      Signed-off-by: default avatarYonggang Luo <luoyonggang@gmail.com>
      Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
      Message-Id: <20220728200422.1502-1-luoyonggang@gmail.com>
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      fc2cc19f
    • Bin Meng's avatar
      .gitlab-ci.d/windows.yml: Enable native Windows symlink · 93a02e82
      Bin Meng authored
      
      The following error message was seen during the configure:
      
        "ln: failed to create symbolic link
        'x86_64-softmmu/qemu-system-x86_64.exe': No such file or directory"
      
      By default the MSYS environment variable is not defined, so the runtime
      behavior of winsymlinks is: if <target> does not exist, 'ln -s' fails.
      At the configure phase, the qemu-system-x86_64.exe has not been built
      so creation of the symbolic link fails hence the error message.
      
      Set winsymlinks to 'native' whose behavior is most similar to the
      behavior of 'ln -s' on *nix, that is:
      
        a) if native symlinks are enabled, and whether <target> exists
           or not, creates <destination> as a native Windows symlink;
        b) else if native symlinks are not enabled, and whether <target>
           exists or not, 'ln -s' creates as a Windows shortcut file.
      
      Signed-off-by: default avatarBin Meng <bin.meng@windriver.com>
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Message-Id: <20220725123000.807608-1-bmeng.cn@gmail.com>
      Message-Id: <20220725140520.515340-6-alex.bennee@linaro.org>
      93a02e82
  2. Jun 01, 2022
    • Daniel P. Berrangé's avatar
      gitlab: convert build/container jobs to .base_job_template · e312d1fd
      Daniel P. Berrangé authored
      
      This converts the main build and container jobs to use the
      base job rules, defining the following new variables
      
       - QEMU_JOB_SKIPPED - jobs that are known to be currently
         broken and should not be run. Can still be manually
         launched if desired.
      
       - QEMU_JOB_AVOCADO - jobs that run the Avocado integration
         test harness.
      
       - QEMU_JOB_PUBLISH - jobs that publish content after the
         branch is merged upstream
      
      As build-tools-and-docs runs on master we declare the requirement of
      building amd64-debian-container optional as it should already exits
      once we merge.
      
      Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Message-Id: <20220526110705.59952-5-berrange@redhat.com>
      [AJB: fix upstream typo, mention optional container req]
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
      Message-Id: <20220527153603.887929-32-alex.bennee@linaro.org>
      e312d1fd
  3. May 18, 2022
  4. May 09, 2022
  5. Feb 09, 2022
  6. Dec 17, 2021
    • Thomas Huth's avatar
      gitlab-ci: Speed up the msys2-64bit job by using --without-default-devices · 9f8e6cad
      Thomas Huth authored
      
      The new msys2-64bit job is often running for more than 50 minutes - and
      if the CI is currently loaded, it times out after 60 minutes. The job
      has been declared with a bigger timeout, but seems like this is getting
      ignored on the shared Gitlab-CI Windows runners, so we're currently
      seeing a lot of failures with this job. Thus we have to reduce the time
      it takes to finish this job. Since we want to test compiling the WHPX
      and HAX accelerator code with this job, switching to another target CPU
      is not really a good option, so let's reduce the amount of code that we
      have to compile with the --without-default-devices switch instead.
      
      Message-Id: <20211216082253.43899-1-thuth@redhat.com>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      9f8e6cad
  7. Dec 15, 2021
Loading