Skip to content

Commit

Permalink
ORC-1575: Use ASF Archive URL instead Download URL for orc-format
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to update ORC Format download link to `ASF Archive` from `ASF Download`.

### Why are the changes needed?

Since ASF Download keeps only the latest live releases, the links on Download are improper for old release branches.

### How was this patch tested?

Pass the CIs.

Closes #1730 from dongjoon-hyun/ORC-1575.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Jan 8, 2024
1 parent 3d0e844 commit 41a335f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ endif ()
# ----------------------------------------------------------------------
# ORC Format
ExternalProject_Add (orc-format_ep
URL "https://downloads.apache.org/orc/orc-format-${ORC_FORMAT_VERSION}/orc-format-${ORC_FORMAT_VERSION}.tar.gz"
URL "https://archive.apache.org/dist/orc/orc-format-${ORC_FORMAT_VERSION}/orc-format-${ORC_FORMAT_VERSION}.tar.gz"
URL_HASH SHA256=739fae5ff94b1f812b413077280361045bf92e510ef04b34a610e23a945d8cd5
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down

0 comments on commit 41a335f

Please sign in to comment.