Skip to content

Commit

Permalink
fix(interactive): Download boost source files from archives.boost.io (#…
Browse files Browse the repository at this point in the history
…4400)

Download boost source files from archives.boost.io rather than
unavailable jfrog.

CI failure:
https://github.com/alibaba/GraphScope/actions/runs/12578855110/job/35058156761
Related Issue: boostorg/boost#997
  • Loading branch information
zhanglei1949 authored Jan 2, 2025
1 parent c020046 commit 9605a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphscope/gsctl/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ install_boost() {
pushd "${tempdir}" || exit
directory="boost_1_75_0"
file="${directory}.tar.gz"
url="https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source"
url="https://archives.boost.io/release/1.75.0/source"
url=$(set_to_cn_url ${url})
download_and_untar "${url}" "${file}" "${directory}"
pushd ${directory} || exit
Expand Down

0 comments on commit 9605a16

Please sign in to comment.