Skip to content

Commit

Permalink
update chromium version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Jan 25, 2024
1 parent 8e19ae0 commit a861310
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ RUN \
# apt-get update && apt-get install -y google-chrome-stable && apt-get clean

# chromium-browser-unstable
RUN curl -Lo /chromium-browser-unstable.deb "https://github.com/vpalmisano/webrtcperf/releases/download/chromium-121.0.6113.2/chromium-browser-unstable_121.0.6113.2-1_amd64.deb"
RUN curl -Lo /chromium-browser-unstable.deb "https://github.com/vpalmisano/webrtcperf/releases/download/chromium-123.0.6264.0/chromium-browser-unstable_123.0.6264.0-1_amd64.deb"
RUN dpkg -i /chromium-browser-unstable.deb && rm chromium-browser-unstable.deb

RUN apt-get clean \
Expand Down
7 changes: 6 additions & 1 deletion chromium/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BUILDDIR=${HOME}/chromium
export CHROMIUM_SRC=${BUILDDIR}/src/chromium/src
export PATH="$PATH:${BUILDDIR}/depot_tools"

export DEFAULT_BRANCH="tags/121.0.6113.2"
export DEFAULT_BRANCH="tags/123.0.6264.0"

function setup() {
which gperf || sudo apt install -y gperf
Expand Down Expand Up @@ -59,6 +59,11 @@ use_unofficial_version_number=false
use_kerberos=false
cc_wrapper="CCACHE_SLOPPINESS=time_macros ccache"
rtc_use_h264 = true
rtc_include_ilbc = true
rtc_build_examples = false
rtc_enable_avx2 = true
EOF
}

Expand Down

0 comments on commit a861310

Please sign in to comment.