commit | 11e702abc00179e0cd794edf9f011b564f5c5f65 | [log] [tgz] |
---|---|---|
author | Fumitoshi Ukai <ukai@google.com> | Tue Nov 12 03:26:48 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 12 03:26:48 2019 |
tree | 7f1e056d034745015f21bdcd9ad1d24b16c7f2ea | |
parent | 2c65d76d68ea053fa0fbaa00cea88b62ef100b2d [diff] |
chromium: remove no_prune_venv we don't need to set --no_prune_venv. with --no_prune_venv, official Mac canary builders fails like [47511/48957] ACTION //chrome:sign_chrome_framework_for_widevine(//build/toolchain/mac:clang_x64) FAILED: Google Chrome Framework.sig python ../../third_party/widevine/scripts/signature_generator.py --input_file Google\ Chrome\ Framework.framework/Versions/80.0.3955.0/Google\ Chrome\ Framework --output_file Google\ Chrome\ Framework.sig --flags 1 Traceback (most recent call last): File "../../third_party/widevine/scripts/signature_generator.py", line 120, in <module> args.passphrase_debug, args.flags)) File "../../third_party/widevine/scripts/signature_generator.py", line 76, in _GenerateSignatureFile import signer File "/b/s/w/ir/cache/builder/src/third_party/widevine/scripts/signer.py", line 17, in <module> from cryptography import x509 ImportError: No module named cryptography Bug: 1020061, 984451 Recipe-Nontrivial-Roll: release_scripts Recipe-Nontrivial-Roll: build_limited_scripts_slave Change-Id: I595872334fc583e1517ccdc4cdba7bdc96ec4230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1900517 Reviewed-by: John Budorick <jbudorick@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@chromium.org>
If you're here to make a change to ‘recipes’ (the code located in scripts/slave/recipes*
), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent; that is, the Chromium Python style. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format
) to autoformat new code.