qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/6] Green the msys2 CI make


From: Yonggang Luo
Subject: [PATCH 0/6] Green the msys2 CI make
Date: Thu, 3 Sep 2020 01:00:48 +0800

Also it's fixes two issue about make check

Yonggang Luo (6):
  configure: fixes dtc not cloned when running msys2 CI
  meson: Convert undefsym.sh to undefsym.py
  ci: Install msys2 in a proper way refer to
    https://github.com/cirruslabs/cirrus-ci-docs/issues/699 Enable msys2
    ci in cirrus
  tcg: Fixes dup_const link error
  tests: handling signal on win32 properly
  configure: Fix include and linkage issue on msys2

 .cirrus.yml                         | 23 ++++++++++++
 configure                           | 44 ++++++++++++++--------
 include/tcg/tcg.h                   |  6 +--
 meson.build                         |  2 +-
 scripts/ci/windows/msys2_build.sh   | 35 ++++++++++++++++++
 scripts/ci/windows/msys2_install.sh | 41 +++++++++++++++++++++
 scripts/undefsym.py                 | 57 +++++++++++++++++++++++++++++
 scripts/undefsym.sh                 | 20 ----------
 tcg/tcg-op-gvec.c                   |  2 +-
 tests/test-replication.c            |  4 ++
 10 files changed, 194 insertions(+), 40 deletions(-)
 create mode 100644 scripts/ci/windows/msys2_build.sh
 create mode 100644 scripts/ci/windows/msys2_install.sh
 create mode 100644 scripts/undefsym.py
 delete mode 100755 scripts/undefsym.sh

-- 
2.27.0.windows.1




reply via email to

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