From 04b3781064fdc1210db8259596c30042b502e693 Mon Sep 17 00:00:00 2001 From: Jemale Lockett Date: Tue, 7 Jan 2025 00:52:23 -0500 Subject: [PATCH] Update boost location (#134) Signed-off-by: Jemale Lockett --- .github/docker/ubuntu.Dockerfile | 2 +- .github/docker/windows.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/docker/ubuntu.Dockerfile b/.github/docker/ubuntu.Dockerfile index d12f89b4..1c7f945f 100644 --- a/.github/docker/ubuntu.Dockerfile +++ b/.github/docker/ubuntu.Dockerfile @@ -84,7 +84,7 @@ EOF # without conflicts # Required for https://github.com/boostorg/thread/issues/364 on Ubuntu 22+ ENV BOOST_BUILD_PATH=/boost_1_73_0 -ADD https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.gz /boost_1_73_0.tar.gz +ADD https://archives.boost.io/release/1.73.0/source/boost_1_73_0.tar.gz /boost_1_73_0.tar.gz RUN <