Skip to content

Commit

Permalink
Downgrade to 125.0.6422.224.
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaheux committed Jul 9, 2024
1 parent e20f14b commit 04c6549
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 3rdParty/webrtc_native/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VERSION MAJOR = 126, MINOR=0, BUILD=6478, PATCH=173
set(WEBRTC_CHECKOUT a18e38fed2307edd6382760213fa3ddf199fa181)
# VERSION MAJOR = 125, MINOR=0, BUILD=6422, PATCH=224
set(WEBRTC_CHECKOUT 8505a9838ea91c66c96c173d30cd66f9dbcc7548)

if(WIN32)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6478.a18e38.173
6422.8505a9.224
7 changes: 2 additions & 5 deletions docker/ubuntu-24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +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/perfetto
run git checkout 7ed1b32bac46e15ad9f6aa168dad8647f371abf4
#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 04c6549

Please sign in to comment.