From 6b69dd5a50d8904604e0be5e17ddc2607a26f04f Mon Sep 17 00:00:00 2001 From: Alex Schneidman Date: Mon, 8 Jan 2024 16:20:51 -0800 Subject: [PATCH] Use achives.boost.io instead of jfrog for fetching boost 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. 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]