osm2pgsql-dev / osm2pgsql

OpenStreetMap data to PostgreSQL converter
https://osm2pgsql.org
GNU General Public License v2.0
1.48k stars 473 forks source link

Windows CI broken #2193

Closed joto closed 3 months ago

joto commented 3 months ago

Currently Windows builds in the CI don't work due to an issue with wrong hashes in the boost library.

See:

Github has closed their issue on this without fix. Not sure whether this will ever be fixed before the next boost version comes out using the correct hashes as far as I understand.

In theory it could be possible to install an older version of boost, but I could not figure out how to do that easily with vcpkg. So we are stuck at the moment.

joto commented 3 months ago

This has been fixed a few days ago, but now there is a different problem. :-(

See https://github.com/actions/runner-images/issues/10004

joto commented 3 months ago

Looks like Github finally fixed the Windows images and we are "green" again.