Skip to content

Commit

Permalink
Update boost to v1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dns13 committed Jun 7, 2024
1 parent 46f5ec1 commit ba11a5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ RUN wget https://github.com/openssl/openssl/archive/refs/tags/openssl-${OPENSSL_
make -j 6 && \
make install

RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.gz -P /root/Temp && \
tar -xzf /root/Temp/boost_1_84_0.tar.gz -C /root/Temp && \
cd /root/Temp/boost_1_84_0 && \
RUN wget https://boostorg.jfrog.io/artifactory/main/release/1.85.0/source/boost_1_85_0.tar.gz -P /root/Temp && \
tar -xzf /root/Temp/boost_1_85_0.tar.gz -C /root/Temp && \
cd /root/Temp/boost_1_85_0 && \
./bootstrap.sh && \
sed -i 's/using gcc/using gcc : arm : arm-bemos-linux-musleabihf-g++/g' project-config.jam && \
./b2 install toolset=gcc-arm --without-python \
Expand Down

0 comments on commit ba11a5b

Please sign in to comment.