This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 41a335f08 ORC-1575: Use ASF Archive URL instead Download URL for 
`orc-format`
41a335f08 is described below

commit 41a335f088477c3dbe9e7c3823e3f208b34a7040
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jan 8 10:01:37 2024 -0800

    ORC-1575: Use ASF Archive URL instead Download URL for `orc-format`
    
    ### 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 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 cmake_modules/ThirdpartyToolchain.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake_modules/ThirdpartyToolchain.cmake 
b/cmake_modules/ThirdpartyToolchain.cmake
index f0eaa618e..91530a06b 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -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     ""

Reply via email to