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
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
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
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
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
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
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
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