Re: Mingw task for Cirrus CI
Melih Mutlu <m.melihmutlu@gmail.com>
From: Melih Mutlu <m.melihmutlu@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Nazir Bilal Yavuz <byavuz81@gmail.com>,
Justin Pryzby <pryzby@telsasoft.com>, pgsql-hackers@postgresql.org, Andrew Dunstan <andrew@dunslane.net>, Thomas Munro <thomas.munro@gmail.com>
Date: 2022-10-24T11:13:06Z
Lists: pgsql-hackers
Attachments
- v10-0001-Added-Windows-with-MinGW-environment-in-Cirrus-CI.patch (application/octet-stream) patch v10-0001
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
Commits
-
ci: Add task testing windows with mingw
- 967db242c2aa 16.0 landed