chore: Don't show download stats of libchromiumcontent for CI. (#13681)
* Update libcc to latest * Pass along verbose mode to libcc download
This commit is contained in:
parent
55ba113678
commit
1b5b98212d
2 changed files with 3 additions and 1 deletions
|
@ -169,6 +169,8 @@ def setup_libchromiumcontent(is_dev, target_arch, url,
|
|||
mkdir_p(target_dir)
|
||||
else:
|
||||
mkdir_p(DOWNLOAD_DIR)
|
||||
if is_verbose_mode():
|
||||
args += ['-v']
|
||||
if is_dev:
|
||||
subprocess.check_call([sys.executable, script] + args)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue