Re: Mingw task for Cirrus CI

From: Melih Mutlu <m(dot)melihmutlu(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-hackers(at)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: Mingw task for Cirrus CI
Date: 2022-10-24 11:13:06
Message-ID: CAGPVpCQo_E2qFbazHY5ZNZtHLGf+MN9d_EcbOyd_ownyncYXDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

> > +
> > + on_failure:
> > + <<: *on_failure_meson
> > + cores_script: |
> > + %BASH_EXE% -lc "cd build src/tools/ci/cores_backtrace.sh msys
> build/tmp_install"
> > +
>
> This is wrong - it should just archive the same files that the current
> windows
> task does.
>

Changed it with the on_failure from the other windows task.

> Other than that, I think this is basically ready?
>

If you say so, then I think it's ready.

Best,
Melih

Attachment Content-Type Size
v10-0001-Added-Windows-with-MinGW-environment-in-Cirrus-CI.patch application/octet-stream 4.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikita Malakhov 2022-10-24 11:16:07 Re: Pluggable toaster
Previous Message Alvaro Herrera 2022-10-24 11:03:18 Re: Question about savepoint level?