Skip to content

Commit

Permalink
Update boringssl for 24.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaheux committed Jul 9, 2024
1 parent 04c6549 commit 41e7ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ubuntu-24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ RUN mkdir build
WORKDIR /root/webrtc-native-build/build
RUN cmake ../ -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_BUILD_ARCHITECTURE=${BUILD_ARCHITECTURE}

#WORKDIR /root/webrtc-native-build/3rdParty/webrtc_native/webrtc/src/third_party/boringssl/src
#RUN git checkout 7c2b62e93487b772990fddc1905f22d4cfaee4a4
WORKDIR /root/webrtc-native-build/3rdParty/webrtc_native/webrtc/src/third_party/boringssl/src
RUN git checkout 7c2b62e93487b772990fddc1905f22d4cfaee4a4

WORKDIR /root/webrtc-native-build/build
RUN export PATH=/root/webrtc-native-build/3rdParty/depot_tools:$PATH && make -j2
Expand Down

0 comments on commit 41e7ab8

Please sign in to comment.