Skip to content

Commit

Permalink
Update boost location (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Jemale Lockett <[email protected]>
  • Loading branch information
Jemale authored Jan 7, 2025
1 parent 8fbaf27 commit 04b3781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
tar xf /boost_1_73_0.tar.gz
rm /boost_1_73_0.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/docker/windows.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ cd ../.. && `
rm -rf OpenCL-ICD-Loader-2022.09.30"

RUN "`
curl -OSL --ssl-no-revoke https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.7z && `
curl -OSL --ssl-no-revoke https://archives.boost.io/release/1.73.0/source/boost_1_73_0.7z && `
7z.exe x boost_1_73_0.7z && `
cd boost_1_73_0 && `
MSYS_NO_PATHCONV=1 cmd /c bootstrap.bat && `
Expand Down

0 comments on commit 04b3781

Please sign in to comment.