mapbox / windows-builds

DEPRECATED! build scripts for mapnik dependencies, mapnik, node-mapnik, node, libosmiom, osmium-tool
38 stars 22 forks source link

FASTBUILD deps are always download rather than pulled from local cache #34

Open springmeyer opened 9 years ago

springmeyer commented 9 years ago

Very minor issue: I'm noticing that everytime I run scripts\build.bat the mapnik deps are downloaded here: https://github.com/mapbox/windows-builds/blob/master/scripts/build_mapnik.bat#L47-L50.

Based on how https://github.com/mapbox/windows-builds/blob/master/scripts/download.bat works I'd think that the second time this is hit the 7z archive would be pulled from the local cache rather than re-downloaded.

wilhelmberg commented 9 years ago

For the time being this is intentional https://github.com/mapbox/windows-builds/blob/master/scripts/build_mapnik.bat#L48 to always get the latest binary package, because it's still WIP. e.g. in the first iteration I forgot to include the debug symbols (still working on this).

Leaving this ticket open as a reminder to change this behavior, when the process has stabilized.