HPI-Information-Systems / snowman

Welcome to Snowman App – a Data Matching Benchmark Platform.
https://hpi-information-systems.github.io/snowman/
MIT License
37 stars 2 forks source link

Incompatible with VisualStudio 2022 #222

Open phpfs opened 2 years ago

phpfs commented 2 years ago

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 commented 2 years ago

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