Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit cf877c3

Browse files
committed
Uses mapnik binaries from CartoDB AWS S3 bucket
1 parent 5d59602 commit cf877c3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 1.4.15 (based on 1.4.15-cdb branch)
44

5+
- Uses mapnik binaries from CartoDB AWS S3 bucket
56
- Publishes to cartodb AWS S3 bucket. ONLY Linux binary for now.
67
- To use this release you have to specify the **dependency with URL in package.json**, as in:
78
```js

scripts/build_against_sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function upgrade_gcc {
9090
}
9191

9292
COMPRESSION="tar.bz2"
93-
SDK_URI="http://mapnik.s3.amazonaws.com/dist/dev"
93+
SDK_URI="https://cartodb-node-binary.s3.amazonaws.com/dist/dev"
9494
platform=$(echo $UNAME | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/")
9595

9696
if [[ "${CXX11:-false}" != false ]]; then

0 commit comments

Comments
 (0)