dpage / winpgbuild

A repo containing Github actions for building PostgreSQL and it's dependencies on Windows
1 stars 2 forks source link

Meson ninja deps #8

Closed anarazel closed 2 months ago

anarazel commented 2 months ago

Mostly to avoid the need for doing so during every run. I found that installing via pip and choco was hurting my iteration speed. But it also seems required for reproducible builds.

This requires https://github.com/dpage/winpgbuild/pull/7 to be merged first (I've now included a merge commit for that PR, but this should be rebased before merging). Otherwise the installed meson/ninja won't be found.

anarazel commented 2 months ago

Thanks!