Skip to content

Commit

Permalink
WT-13410: Switch Boost archive URL
Browse files Browse the repository at this point in the history
JFrog is no longer offering webspace to Boost. They used to do this, but
this is costing them a lot. Boost now offers their own in-house URL to
download archives.

See:
- boostorg/boost#843 (comment)
- boostorg/website#900

P.S. while this isn't breaking for the builds, as this is cached. This
can result in breaking builds later, if the Dockerfile were to change.
  • Loading branch information
matthias committed Jan 16, 2025
1 parent 09f814e commit 5590570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN choco install `
7zip.install `
-y

ARG BOOST_URL=https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.7z
ARG BOOST_URL=https://archives.boost.io/release/1.81.0/source/boost_1_81_0.7z
RUN powershell `
-NoProfile `
-ExecutionPolicy Bypass `
Expand Down

0 comments on commit 5590570

Please sign in to comment.