Skip to content

Commit

Permalink
Use achives.boost.io instead of jfrog for fetching boost
Browse files Browse the repository at this point in the history
Summary: 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
  • Loading branch information
Alex Schneidman authored and facebook-github-bot committed Jan 9, 2024
1 parent f1ff660 commit 319c1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/fbcode_builder/manifests/boost
Expand Up @@ -2,11 +2,11 @@
name = boost

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

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

[preinstalled.env]
Expand Down

0 comments on commit 319c1ee

Please sign in to comment.