CI failures with Windows - VS2019 jobs

Started by Michael Paquier5 months ago3 messages
#1Michael Paquier
michael@paquier.xyz

Hi,

The CI job for Windows with VS 2019 is failing recently. I have
noticed that for some of my own stuff, but many jobs are failing in
the cfbot, like:
https://cirrus-ci.com/task/4758388220887040?logs=build#L1273
[06:28:17.759] src/interfaces/libpq/libpq.a.p/meson_pch-c.c: fatal
error C1052: program database file,
'C:\cirrus\build\src\interfaces\libpq\libpq.pdb', was generated by the
linker with /DEBUG:fastlink; compiler cannot update such PDB files;
please delete it or use /Fd to specify a different PDB filename

I am not sure what's going on. Thanks,
--
Michael

#2Jacob Champion
jacob.champion@enterprisedb.com
In reply to: Michael Paquier (#1)
Re: CI failures with Windows - VS2019 jobs

On Tue, Aug 12, 2025 at 4:05 PM Michael Paquier <michael@paquier.xyz> wrote:

I am not sure what's going on.

It's in discussion over at

/messages/by-id/CAN55FZ1RuBhJmPWs3Oi=9UoezDfrtO-VaU67db5+0_uy19uF+A@mail.gmail.com

--Jacob

#3Michael Paquier
michael@paquier.xyz
In reply to: Jacob Champion (#2)
Re: CI failures with Windows - VS2019 jobs

On Tue, Aug 12, 2025 at 04:10:33PM -0700, Jacob Champion wrote:

It's in discussion over at

/messages/by-id/CAN55FZ1RuBhJmPWs3Oi=9UoezDfrtO-VaU67db5+0_uy19uF+A@mail.gmail.com

Indeed, thanks! I was wondering for a few minutes what I did wrong in
a code path that was untouched :)
--
Michael