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

jianliangqi pushed a commit to branch clucene-2.0
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/clucene-2.0 by this push:
     new 67c11995 [fix](build)update available boost download url (#171) (#172)
67c11995 is described below

commit 67c119956824fdca4ce3e247cd1ace8102d552b0
Author: qiye <[email protected]>
AuthorDate: Mon Jan 8 19:24:50 2024 +0800

    [fix](build)update available boost download url (#171) (#172)
    
    boost jfrog download url is down.
    Same issue: https://github.com/boostorg/boost/issues/842
    
    So we change the download url to boost io temporarylly.
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 64386c99..36ea60e9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
           cd /tmp
 
           curl -L 
https://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz | 
tar -zxf -
-          curl -L 
https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.gz
 -o - | tar -zxf -
+          curl -L 
https://archives.boost.io/release/1.81.0/source/boost_1_81_0.tar.gz -o - | tar 
-zxf -
 
           if [[ "${{ matrix.config.name }}" == 'macOS' ]]; then
             pushd "$(brew --repo)"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to