Skip to content

Commit

Permalink
Try downloading orc-format from dlcdn.apache.org before archive.apach…
Browse files Browse the repository at this point in the history
…e.org

https://archive.apache.org/ discourages heavy use, and its rate limits
can cause CI systems building Apache ORC to be banned.
  • Loading branch information
progval committed Feb 28, 2024
1 parent 2e829cf commit 4d94021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ endif ()
# ----------------------------------------------------------------------
# ORC Format
ExternalProject_Add (orc-format_ep
URL "https://dlcdn.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 ""
Expand Down

0 comments on commit 4d94021

Please sign in to comment.