From 1824b2d1236a417ea2d42066b110135290578c1e Mon Sep 17 00:00:00 2001 From: Alex Schneidman Date: Tue, 9 Jan 2024 14:03:52 -0800 Subject: [PATCH] Use archives.boost.io instead of jfrog for fetching boost Summary: X-link: https://github.com/facebookincubator/zstrong/pull/667 X-link: https://github.com/facebook/wangle/pull/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. https://github.com/facebook/react-native/issues/42180 Reviewed By: chadaustin Differential Revision: D52612598 --- build/fbcode_builder/manifests/boost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/fbcode_builder/manifests/boost b/build/fbcode_builder/manifests/boost index 89b4ee4e293bfb..a164cc6f96ec07 100644 --- a/build/fbcode_builder/manifests/boost +++ b/build/fbcode_builder/manifests/boost @@ -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]