Skip to content

Instantly share code, notes, and snippets.

@sleeyax
Created October 15, 2023 21:17
Show Gist options
  • Save sleeyax/48fedcca58584117942313c3e04a69dc to your computer and use it in GitHub Desktop.
Save sleeyax/48fedcca58584117942313c3e04a69dc to your computer and use it in GitHub Desktop.
Checkout older chromium version
mkdir ~/chromium && cd ~/chromium
fetch --nohooks --no-history chromium
cd src
git fetch https://chromium.googlesource.com/chromium/src.git +refs/tags/118.0.5993.71:chromium_118.0.5993.71 --depth 1
git checkout tags/118.0.5993.71
gclient sync -D --force --reset --with_branch_heads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment