Commit a5e98a83 by Geoff Lang Committed by Geoff Lang

roll_aosp: Pass more forceful args to gclient sync

Gclient sync would get stuck if the deps were left in a bad state from a previous failed roll. Pass the same args as the Chrome bots to forcefully sync. Bug: b/150458033 Change-Id: I6bd1aefbd7e4db22dd08acf781b6a08985f600da Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2551533Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 46107d3e
...@@ -48,7 +48,7 @@ done ...@@ -48,7 +48,7 @@ done
# Sync all of ANGLE's deps so that 'gn gen' works # Sync all of ANGLE's deps so that 'gn gen' works
python scripts/bootstrap.py python scripts/bootstrap.py
gclient sync -D gclient sync --reset --force --ignore_locks --delete_unversioned_trees --break_repo_locks
abis=( abis=(
"arm" "arm"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment