Skip to content

Commit 7623dc1

Browse files
committed
Attempt fix
1 parent 42af305 commit 7623dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def get_webrtc(source_dir, patch_dir, version, target,
374374
cmd(['git', 'branch'])
375375
cmd(['git', 'checkout', '-f', version])
376376
cmd(['git', 'clean', '-df'])
377-
cmd(['gclient', 'sync', '-D', '--force', '--reset', '--no-history', '--jobs=8'])
377+
cmd(['gclient', 'sync', '-D', '--force', '--reset', '--revision', version, '--no-history', '--jobs=8'])
378378
for patch in PATCHES[target]:
379379
depth, dirs = PATCH_INFO.get(patch, (1, ['.']))
380380
dir = os.path.join(src_dir, *dirs)

0 commit comments

Comments
 (0)