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:
John Kleinschmidt 2018-07-16 14:19:53 -04:00 committed by Shelley Vohr
parent 55ba113678
commit 1b5b98212d
2 changed files with 3 additions and 1 deletions

View file

@ -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: