mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Bug 1640429 - Run v8 fetch with --force. r=jmaher
This patch attempts to fix the long-running customv8 toolchain tasks by adding a --force to the `fetch v8` call. This additional option prevents `fetch` from checking for existing .gclient files (which should never exist) to help with the long delay we are seeing in this call. Differential Revision: https://phabricator.services.mozilla.com/D76857
This commit is contained in:
parent
bddb8551ed
commit
18cd0c676d
@ -26,7 +26,7 @@ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
export PATH=$PATH:$GECKO_PATH/depot_tools
|
||||
|
||||
# Get v8 source code and dependencies
|
||||
fetch v8
|
||||
fetch --force v8
|
||||
cd v8
|
||||
|
||||
# Build v8
|
||||
|
Loading…
x
Reference in New Issue
Block a user