Skip to content

Commit 0e15f03

Browse files
committed
.gclient was no longer being generated, hence a build failure
1 parent 0552c3e commit 0e15f03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ def get_webrtc(source_dir, patch_dir, version, target,
374374

375375
if not os.path.exists(os.path.join(webrtc_source_dir, 'src')):
376376
with cd(webrtc_source_dir):
377+
os.environ['DEPOT_TOOLS_UPDATE'] = "0"
378+
cmd(['gclient'])
377379
shutil.copyfile(os.path.join(BASE_DIR, '.gclient'), '.gclient')
378380
cmd(['git', 'clone', 'https://github.com/webrtc-sdk/webrtc.git', 'src'])
379381
if target in ['android', 'android_prefixed']:

0 commit comments

Comments
 (0)