Skip to content

Commit 1824b2d

Browse files
Alex Schneidmanfacebook-github-bot
Alex Schneidman
authored andcommitted
Use archives.boost.io instead of jfrog for fetching boost
Summary: X-link: facebookincubator/zstrong#667 X-link: facebook/wangle#224 AIRStore's contbuild broke a few days ago with a failure to unpack the boost tarball. This is because boost's jfrog subscription expired. The recommended workaround is to use `archive.boost.io` instead. The checksums are the same. facebook/react-native#42180 Reviewed By: chadaustin Differential Revision: D52612598
1 parent 351126a commit 1824b2d

File tree

1 file changed

+2
-2
lines changed
  • build/fbcode_builder/manifests

1 file changed

+2
-2
lines changed

build/fbcode_builder/manifests/boost

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name = boost
33

44
[download.not(os=windows)]
5-
url = https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.gz
5+
url = https://archives.boost.io/release/1.83.0/source/boost_1_83_0.tar.gz
66
sha256 = c0685b68dd44cc46574cce86c4e17c0f611b15e195be9848dfd0769a0a207628
77

88
[download.os=windows]
9-
url = https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.zip
9+
url = https://archives.boost.io/release/1.83.0/source/boost_1_83_0.zip
1010
sha256 = c86bd9d9eef795b4b0d3802279419fde5221922805b073b9bd822edecb1ca28e
1111

1212
[preinstalled.env]

0 commit comments

Comments
 (0)