Skip to content

Commit

Permalink
build(ci): Change Arrow 15.0.0 download link to github (#11976)
Browse files Browse the repository at this point in the history
Summary:
Fixes: #11871

Pull Request resolved: #11976

Reviewed By: kgpai, DanielHunte

Differential Revision: D67676718

Pulled By: pedroerp

fbshipit-source-id: e9602c371f0e2d97d00d964c7b81b25dd53027e1
  • Loading branch information
majetideepak authored and facebook-github-bot committed Dec 27, 2024
1 parent 883b989 commit 74cd6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/resolve_dependency_modules/arrow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ if(VELOX_ENABLE_ARROW)

set(VELOX_ARROW_BUILD_VERSION 15.0.0)
set(VELOX_ARROW_BUILD_SHA256_CHECKSUM
01dd3f70e85d9b5b933ec92c0db8a4ef504a5105f78d2d8622e84279fb45c25d)
ab74c60c46938505c8cd7599b1d2826c68450645d5860d0ff40f67e371a5d0b5)
set(VELOX_ARROW_SOURCE_URL
"https://archive.apache.org/dist/arrow/arrow-${VELOX_ARROW_BUILD_VERSION}/apache-arrow-${VELOX_ARROW_BUILD_VERSION}.tar.gz"
"https://github.com/apache/arrow/archive/refs/tags/apache-arrow-${VELOX_ARROW_BUILD_VERSION}.tar.gz"
)

velox_resolve_dependency_url(ARROW)
Expand Down

0 comments on commit 74cd6c9

Please sign in to comment.