Re: [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages

2022-10-30 Thread Thomas Huth
On 29/10/2022 15.06, Bin Meng wrote: Hi Thomas, On Sat, Sep 24, 2022 at 5:20 PM Bin Meng wrote: Hi Thomas, On Sat, Sep 10, 2022 at 8:32 AM Bin Meng wrote: On Sat, Sep 10, 2022 at 12:32 AM Thomas Huth wrote: On 08/09/2022 15.28, Bin Meng wrote: From: Bin Meng At present the prerequis

Re: [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages

2022-10-29 Thread Stefan Weil via
Am 29.10.22 um 15:06 schrieb Bin Meng: Hi Thomas, On Sat, Sep 24, 2022 at 5:20 PM Bin Meng wrote: Hi Thomas, On Sat, Sep 10, 2022 at 8:32 AM Bin Meng wrote: On Sat, Sep 10, 2022 at 12:32 AM Thomas Huth wrote: On 08/09/2022 15.28, Bin Meng wrote: From: Bin Meng At present the prerequ

Re: [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages

2022-10-29 Thread Bin Meng
Hi Thomas, On Sat, Sep 24, 2022 at 5:20 PM Bin Meng wrote: > > Hi Thomas, > > On Sat, Sep 10, 2022 at 8:32 AM Bin Meng wrote: > > > > On Sat, Sep 10, 2022 at 12:32 AM Thomas Huth wrote: > > > > > > On 08/09/2022 15.28, Bin Meng wrote: > > > > From: Bin Meng > > > > > > > > At present the prere

Re: [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages

2022-09-24 Thread Bin Meng
Hi Thomas, On Sat, Sep 10, 2022 at 8:32 AM Bin Meng wrote: > > On Sat, Sep 10, 2022 at 12:32 AM Thomas Huth wrote: > > > > On 08/09/2022 15.28, Bin Meng wrote: > > > From: Bin Meng > > > > > > At present the prerequisite packages for 64-bit and 32-bit builds > > > are slightly different. Let's

Re: [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages

2022-09-09 Thread Yonggang Luo
How about using github actions, I tried before and it's running fast, there is no resource restriction. Just don't know how to trigger it through gitlab, if that's possible, then it's would be good On Sat, Sep 10, 2022 at 8:33 AM Bin Meng wrote: > > On Sat, Sep 10, 2022 at 12:32 AM Thomas Huth w

Re: [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages

2022-09-09 Thread Bin Meng
On Sat, Sep 10, 2022 at 12:32 AM Thomas Huth wrote: > > On 08/09/2022 15.28, Bin Meng wrote: > > From: Bin Meng > > > > At present the prerequisite packages for 64-bit and 32-bit builds > > are slightly different. Let's use the same packages for both. > > Not sure whether that's a good idea ... I

Re: [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages

2022-09-09 Thread Thomas Huth
On 08/09/2022 15.28, Bin Meng wrote: From: Bin Meng At present the prerequisite packages for 64-bit and 32-bit builds are slightly different. Let's use the same packages for both. Not sure whether that's a good idea ... I did that on purpose to save some few time during compilation (since th

[PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages

2022-09-08 Thread Bin Meng
From: Bin Meng At present the prerequisite packages for 64-bit and 32-bit builds are slightly different. Let's use the same packages for both. Signed-off-by: Bin Meng --- .gitlab-ci.d/windows.yml | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.d/win