mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: drastically speedup full firefox build on CI (#16096)
Do not checkout full history of a master branch to bootstrap dependencies.
This commit is contained in:
parent
4112eb815e
commit
a8799c5e19
@ -129,7 +129,7 @@ if [[ -n "${IS_FULL}" ]]; then
|
||||
|
||||
# 1. We have a --single-branch checkout, so we have to add a "master" branch and fetch it
|
||||
git remote set-branches --add browser_upstream master
|
||||
git fetch browser_upstream master
|
||||
git fetch --depth 1 browser_upstream master
|
||||
# 2. Checkout the master branch and run bootstrap from it.
|
||||
git checkout browser_upstream/master
|
||||
echo "ac_add_options --enable-bootstrap" >> .mozconfig
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user