Revert to downloading Boost from SourceForge for now

Summary: The unpkg mirror started returning HTTP 403 Forbidden for some reason.

Reviewed By: mkonicek

Differential Revision:
D4278637
Ninja: OSS only, tests already broken

fbshipit-source-id: 7dbfce40e8246f2a021ebe2592d24fa86c12bf21
This commit is contained in:
Martin Konicek 2016-12-05 11:44:07 -08:00 committed by Facebook Github Bot
parent 5ee8b41d56
commit 70f07b1e4e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ task createNativeDepsDirectories {
task downloadBoost(dependsOn: createNativeDepsDirectories, type: Download) {
// Use ZIP version as it's faster this way to selectively extract some parts of the archive
src 'https://unpkg.com/boost-mirror@1.57.0/boost.zip'
src 'https://downloads.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.zip'
// alternative
// src 'http://mirror.nienbo.com/boost/boost_1_57_0.zip'
onlyIfNewer true