Re: Mingw task for Cirrus CI
Melih Mutlu <m.melihmutlu@gmail.com>
From: Melih Mutlu <m.melihmutlu@gmail.com>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2022-04-08T14:57:21Z
Lists: pgsql-hackers
Hi Andrew, You should set MSYSTEM=UCRT64 in the environment section. Given that, > there should be no need to specify a --host= setting for configure. > It's set to UCRT64 in the docker image side [1]. I didn't know --host isn't necessary on UCRT64 environment. I'll remove it then. [1] https://github.com/anarazel/pg-vm-images/blob/main/docker/windows_ci_mingw64#L11 <https://github.com/anarazel/pg-vm-images/blob/main/docker/windows_ci_mingw64#L11> Best, Melih
Commits
-
ci: Add task testing windows with mingw
- 967db242c2aa 16.0 landed