mbox series

[v3,0/3] Improve cirrus msys2

Message ID 20201007035154.109-1-luoyonggang@gmail.com (mailing list archive)
Headers show
Series Improve cirrus msys2 | expand

Message

Yonggang Luo Oct. 7, 2020, 3:51 a.m. UTC
Fixes the broken msys2/mingw ci and speed it up.

V2-V3
Add one more patch:
cirrus: msys2/mingw speed is up, add excluded target back
Do not build sphinx on windows, that's failing
set the number of parallel count to fixed number 8

V1-V2
Resolve the cirrus conflict

Yonggang Luo (3):
  docker: Add win32/msys2/mingw64 docker
  cirrus: Fixing and speedup the msys2/mingw CI
  cirrus: msys2/mingw speed is up, add excluded target back

 .cirrus.yml                           | 63 +++++++--------------------
 tests/docker/dockerfiles/msys2.docker | 57 ++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 47 deletions(-)
 create mode 100644 tests/docker/dockerfiles/msys2.docker