This is an automated email from the ASF dual-hosted git repository.
jianliangqi pushed a commit to branch clucene
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/clucene by this push:
new 2424971c [fix](build)update available boost download url (#171)
2424971c is described below
commit 2424971c3ad3f7cecbce8bf4cc169316b18175cc
Author: qiye <[email protected]>
AuthorDate: Mon Jan 8 18:54:05 2024 +0800
[fix](build)update available boost download url (#171)
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]