snowman icon indicating copy to clipboard operation
snowman copied to clipboard

Incompatible with VisualStudio 2022

Open phpfs opened this issue 2 years ago • 1 comments

The better-sqlite3 version we use depends upon an old version node-gyp that is incompatible with VisualStudio 2022 (which is used in windows-latest in CI). See issue https://github.com/nodejs/node-gyp/issues/2520 for details.

As a quick fix, we pinned the GH actions to windows-2019 in the packaging workflow, but need to fix this before the next release!

phpfs avatar Feb 28 '22 11:02 phpfs

Since better-sqlite3 is now upgraded to the latest version, we can potentially resume building on the latest windows image.

phpfs avatar May 20 '22 08:05 phpfs