Skip to content

Commit 9605a16

Browse files
authored
fix(interactive): Download boost source files from archives.boost.io (#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
1 parent c020046 commit 9605a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/graphscope/gsctl/scripts/install_deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ install_boost() {
293293
pushd "${tempdir}" || exit
294294
directory="boost_1_75_0"
295295
file="${directory}.tar.gz"
296-
url="https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source"
296+
url="https://archives.boost.io/release/1.75.0/source"
297297
url=$(set_to_cn_url ${url})
298298
download_and_untar "${url}" "${file}" "${directory}"
299299
pushd ${directory} || exit

0 commit comments

Comments
 (0)