Re: Mingw task for Cirrus CI
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Andres Freund <andres@anarazel.de>, Melih Mutlu <m.melihmutlu@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2022-02-26T16:10:45Z
Lists: pgsql-hackers
On 2/25/22 19:27, Andres Freund wrote: > Hi, > > Andrew, CCIng you both because you might be interested in the CI bit, and > because you might know the answer. > > > >> 2- src/pl/plpython/Makefile looks under "C:/Windows/system32/" for >> PYTHONDLL. gendef cannot open that file, give an error like " failed to >> open()" when creating a .def file. > On my win10 VM in which I installed python.org python I don't see a python dll > in c:/windows/system32 either. Looks like none of our windows mingw animals > build with python. So it might just be bitrot. There certainly was a time when python from python.org used to install its DLL in the system32 directory, so I imagine that's why it's there. I'm very glad to see that's no longer the case. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
ci: Add task testing windows with mingw
- 967db242c2aa 16.0 landed