Skip to content

Commit 575cae6

Browse files
authored
GH-40756: [C++] Remove dead Boost urls (#46452)
One of the URLs is dead (https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.gz) and the sourceforge link is to the non-trimmed version. We are seeing these multiple downloads and fails on CRAN — I believe they get cleaned up so aren't the cause of those runners running out of space (See: https://www.r-project.org/nosvn/R.check/r-release-macos-x86_64/arrow-00install.txt and https://www.r-project.org/nosvn/R.check/r-oldrel-macos-x86_64/arrow-00install.html), but it still isn't great to have it download things we know will fail. ### Rationale for this change Don't download things we know will fail ### What changes are included in this PR? Removed two URLs ### Are these changes tested? Extensively. ### Are there any user-facing changes? No. * GitHub Issue: #40756 Authored-by: Jonathan Keane <jkeane@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 1521148 commit 575cae6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,6 @@ else()
607607
# our currently used packages and doesn't fall out of sync with
608608
# ${ARROW_BOOST_BUILD_VERSION_UNDERSCORES}
609609
"${THIRDPARTY_MIRROR_URL}/boost_${ARROW_BOOST_BUILD_VERSION_UNDERSCORES}.tar.gz"
610-
"https://boostorg.jfrog.io/artifactory/main/release/${ARROW_BOOST_BUILD_VERSION}/source/boost_${ARROW_BOOST_BUILD_VERSION_UNDERSCORES}.tar.gz"
611-
"https://sourceforge.net/projects/boost/files/boost/${ARROW_BOOST_BUILD_VERSION}/boost_${ARROW_BOOST_BUILD_VERSION_UNDERSCORES}.tar.gz"
612610
)
613611
endif()
614612

0 commit comments

Comments
 (0)