Re: [PATCH] gitlab-ci: Test compilation on Windows with MSYS2

2021-11-17 Thread Daniel P . Berrangé
On Wed, Nov 17, 2021 at 01:52:57PM +, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > > > On 11/16/21 08:05, Marc-André Lureau wrote: > >> Hi > >> > >> On Mon, Nov 15, 2021 at 6:31 PM Philippe Mathieu-Daudé >> > wrote: > >> > >> On 11/15/21 15:06, Thoma

Re: [PATCH] gitlab-ci: Test compilation on Windows with MSYS2

2021-11-17 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 11/16/21 08:05, Marc-André Lureau wrote: >> Hi >> >> On Mon, Nov 15, 2021 at 6:31 PM Philippe Mathieu-Daudé > > wrote: >> >> On 11/15/21 15:06, Thomas Huth wrote: >> > Gitlab also provides runners with Windows, we can use the

Re: [PATCH] gitlab-ci: Test compilation on Windows with MSYS2

2021-11-16 Thread Philippe Mathieu-Daudé
On 11/16/21 08:05, Marc-André Lureau wrote: > Hi > > On Mon, Nov 15, 2021 at 6:31 PM Philippe Mathieu-Daudé > wrote: > > On 11/15/21 15:06, Thomas Huth wrote: > > Gitlab also provides runners with Windows, we can use them to > > test compilation with MSYS2, in

Re: [PATCH] gitlab-ci: Test compilation on Windows with MSYS2

2021-11-15 Thread Marc-André Lureau
Hi On Mon, Nov 15, 2021 at 6:31 PM Philippe Mathieu-Daudé wrote: > On 11/15/21 15:06, Thomas Huth wrote: > > Gitlab also provides runners with Windows, we can use them to > > test compilation with MSYS2, in both, 64-bit and 32-bit. > > > > However, it takes quite a long time to set up the VM, so

[PATCH] gitlab-ci: Test compilation on Windows with MSYS2

2021-11-15 Thread Thomas Huth
Gitlab also provides runners with Windows, we can use them to test compilation with MSYS2, in both, 64-bit and 32-bit. However, it takes quite a long time to set up the VM, so to stay in the 1h time frame, we can only compile and check one target here. Signed-off-by: Thomas Huth --- "make check

Re: [RFC PATCH] gitlab-ci: Test compilation on Windows with MSYS2

2021-07-09 Thread Daniel P . Berrangé
On Fri, Jul 09, 2021 at 04:34:54PM +0200, Thomas Huth wrote: > On 09/07/2021 10.20, Daniel P. Berrangé wrote: > > On Fri, Jul 09, 2021 at 09:52:18AM +0200, Thomas Huth wrote: > > > Gitlab also provides runners with Windows, we can use them to > > > test compilation with MSYS2. > > > > > > However,

Re: [RFC PATCH] gitlab-ci: Test compilation on Windows with MSYS2

2021-07-09 Thread Thomas Huth
On 09/07/2021 10.20, Daniel P. Berrangé wrote: On Fri, Jul 09, 2021 at 09:52:18AM +0200, Thomas Huth wrote: Gitlab also provides runners with Windows, we can use them to test compilation with MSYS2. However, it takes quite a long time to set up the VM, so to stay in the 1h time frame, we can on

Re: [RFC PATCH] gitlab-ci: Test compilation on Windows with MSYS2

2021-07-09 Thread Daniel P . Berrangé
On Fri, Jul 09, 2021 at 09:52:18AM +0200, Thomas Huth wrote: > Gitlab also provides runners with Windows, we can use them to > test compilation with MSYS2. > > However, it takes quite a long time to set up the VM, so to > stay in the 1h time frame, we can only compile and check one > target here.

[RFC PATCH] gitlab-ci: Test compilation on Windows with MSYS2

2021-07-09 Thread Thomas Huth
Gitlab also provides runners with Windows, we can use them to test compilation with MSYS2. However, it takes quite a long time to set up the VM, so to stay in the 1h time frame, we can only compile and check one target here. And there is also still a problem with compiling the multiboot.bin in pc-