Skip to content
Snippets Groups Projects
Commit edb81c8f authored by calrama's avatar calrama
Browse files

[centos] Boost source url has changed

parent 9a22c106
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -149,7 +149,7 @@ RUN version=6 && \
# Boost
RUN cd /tmp && \
curl -sSLO https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.gz && \
curl -sSLO https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.gz && \
tar -xf boost_1_73_0.tar.gz && \
cd boost_1_73_0 && \
./bootstrap.sh \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment