]> git.openstreetmap.org Git - nominatim.git/commit
Merge pull request #3716 from lonvia/github-cache-osm2pgsql-binary
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 10 Apr 2025 15:20:32 +0000 (17:20 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Apr 2025 15:20:32 +0000 (17:20 +0200)
commit1db717b8860cf413acb5da178f73c4819ae08357
treecf6a1c8866b724478f8b99b47a68703990b970ce
parent63b055283def238a0b888a43db7b211a0edb3768
parentb47c8ccfb100488eff2a2353b4533b19d3b587f5
Merge pull request #3716 from lonvia/github-cache-osm2pgsql-binary

Github actions: cache compiled osm2pgsql binary

For the tests on Ubunutu 22-04 we need to compile osm2pgsql because the version they ship is too old. This adds caching of the compiled binary, so that we don't need to recompile for each CI run. Together with the new BDD tests that shaves around 10 min off a CI run.