Skip to content

Commit

Permalink
Merge branch 'main' into sha3_only_rename
Browse files Browse the repository at this point in the history
  • Loading branch information
manastasova authored Jan 9, 2025
2 parents 95c7e26 + 5084e19 commit b4ce7b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive

ENV BOOST_PACKAGE_NAME=boost_1_77_0
ENV BOOST_TARBALL="${BOOST_PACKAGE_NAME}.tar.bz2"
ENV BOOST_SRC_URL="https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/${BOOST_TARBALL}"
ENV BOOST_SRC_URL="https://d2yr98kym3baw0.cloudfront.net/${BOOST_TARBALL}"
ENV DEPENDENCIES_DIR=/home/dependencies
ENV LLVM_PROJECT_HOME=${DEPENDENCIES_DIR}/llvm-project
ENV ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive

ENV BOOST_PACKAGE_NAME=boost_1_77_0
ENV BOOST_TARBALL="${BOOST_PACKAGE_NAME}.tar.bz2"
ENV BOOST_SRC_URL="https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/${BOOST_TARBALL}"
ENV BOOST_SRC_URL="https://d2yr98kym3baw0.cloudfront.net/${BOOST_TARBALL}"
ENV DEPENDENCIES_DIR=/home/dependencies
ENV LLVM_PROJECT_HOME=${DEPENDENCIES_DIR}/llvm-project
ENV ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer
Expand Down

0 comments on commit b4ce7b2

Please sign in to comment.