I removed the SHARP_DIST_BASE_URL environment variable that tells CircleCI to pull precompiled Sharp library from s3. It seems this was set up as a workaround for some issues with Sharp at the time. Those issues have since been fixed in newer versions of our dependences, so I bumped our dependencies that rely on Sharp to the latest patch versions. CI seems to be working now.
(Copy of https://github.com/wework/ray/pull/281, had to re-open to resolve a Coveralls integration issue)
Fixes https://jira.weworkers.io/browse/MPWW-13422
I removed the
SHARP_DIST_BASE_URL
environment variable that tells CircleCI to pull precompiled Sharp library from s3. It seems this was set up as a workaround for some issues with Sharp at the time. Those issues have since been fixed in newer versions of our dependences, so I bumped our dependencies that rely on Sharp to the latest patch versions. CI seems to be working now.