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)
|
mkdir_p(target_dir)
|
||||||
else:
|
else:
|
||||||
mkdir_p(DOWNLOAD_DIR)
|
mkdir_p(DOWNLOAD_DIR)
|
||||||
|
if is_verbose_mode():
|
||||||
|
args += ['-v']
|
||||||
if is_dev:
|
if is_dev:
|
||||||
subprocess.check_call([sys.executable, script] + args)
|
subprocess.check_call([sys.executable, script] + args)
|
||||||
else:
|
else:
|
||||||
|
|
2
vendor/libchromiumcontent
vendored
2
vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit a55a9ce536db60702630c4b9d94dcb2145fc3b24
|
Subproject commit ff1c994b0e4f5ddf664478aea0c836ba84479ea8
|
Loading…
Add table
Add a link
Reference in a new issue