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:
Andrey Lushnikov 2022-08-01 07:16:22 -07:00 коммит произвёл GitHub
Родитель 4112eb815e
Коммит a8799c5e19
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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