On 07/10/20 05:51, Yonggang Luo wrote: > Using a prepared > https://github.com/lygstate/qemu/releases/download/v5.1.0/msys2-x86_64.tar.xz > for speed up the msys2/mingw prepare speed on the cirrus CI. > This file are generated by the msys2.docker
The speedup is nice, but we need to be able to regenerate the tarball without access to a Windows machine. Otherwise whoever adds a new dependency cannot test it himself with CI. Ideally, the tarball would be generated by the containers job in the Gitlab CI, but I'm not sure if that's possible. On top of this, whoever commits this needs to replace the URL with something under download.qemu.org, but that's the easy part. Paolo