Skip to content

Commit

Permalink
[jenkins] Bump boost version number to 1.86
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Nov 6, 2024
1 parent 2217b40 commit 0146b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get install -y libgsl-dev || yum install -y gsl-devel perl-Math-Complex

ENV BOOST_ROOT=/opt/boost
ENV LD_LIBRARY_PATH=/opt/boost/lib:$LD_LIBRARY_PATH
ADD https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.gz /tmp/boost.tar.gz
ADD https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_86_0.tar.gz /tmp/boost.tar.gz
RUN chown build /tmp/boost.tar.gz
USER build
RUN tar -C /tmp -xf /tmp/boost.tar.gz && \
Expand Down

0 comments on commit 0146b15

Please sign in to comment.