Skip to content

Commit

Permalink
Update Boost for HIP CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Oct 24, 2024
1 parent eddf5f1 commit fe67b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.hipcc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ENV PATH=${CMAKE_DIR}/bin:$PATH

# Install Boost
ENV BOOST_DIR=/opt/boost
RUN BOOST_VERSION=1.79.0 && \
RUN BOOST_VERSION=1.86.0 && \
BOOST_VERSION_UNDERSCORE=$(echo "$BOOST_VERSION" | sed -e "s/\./_/g") && \
BOOST_KEY=379CE192D401AB61 && \
BOOST_URL=https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source && \
Expand Down

0 comments on commit fe67b46

Please sign in to comment.