mapbox / windows-builds

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

avoid repeated downloading of mapnik-win-sdk-binary-deps-14.0-x64.7z #45

Closed springmeyer closed 9 years ago

springmeyer commented 9 years ago

It seems like re-running scripts/build_mapnik.bat locally I always wait for the 7z download. Or it seems like it since the script hangs for ~5 seconds on this step. Not looked closely yet, but ideally this could be optimized to help with debugging code changes.

"checking for mapnik-win-sdk-binary-deps-14.0-x64.7z"
"downloading http://mapnik.s3.amazonaws.com/deps/mapnik-win-sdk-binary-deps-14.0-x64.7z"
Processing archive: mapnik-win-sdk-binary-deps-14.0-x64.7z
wilhelmberg commented 9 years ago

Closing, duplicate of #34