Open springmeyer opened 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.
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.