commit | fd0b8921c9853bc1e3fd33f655436b45591700c4 | [log] [tgz] |
---|---|---|
author | Michael Moss <[email protected]> | Tue Jul 16 06:49:17 2019 |
committer | Michael Moss <[email protected]> | Tue Jul 16 06:49:17 2019 |
tree | 4c16b8e662d1429b36ff2daaccaa7da2bde8e6a1 | |
parent | b8dd1dec83991583accfdd7eb29f386ca40d87cc [diff] |
Prune VirtualEnv's python from environment before running ninja_wrapper. This should fix a problem where build targets are running with a default vpython and missing modules available in the "parent" vpython environment. See similar fix for gn.py in https://crrev.com/c/1120817. BUG=982874 R=[email protected], [email protected] Change-Id: I01929e1c4808b3ae43d1969d57ae15451ef68821 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1703299 Auto-Submit: Michael Moss <[email protected]> Commit-Queue: Takuto Ikuta <[email protected]> Reviewed-by: Takuto Ikuta <[email protected]> (cherry picked from commit 8b52fef72fc4b24b8da2edc4014b5d1499a36667) Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1703653 Reviewed-by: Michael Moss <[email protected]> Commit-Queue: Michael Moss <[email protected]>
Hi build contributor! If you do any change in scripts/master/
or touching any master's html/
directories, you must restart master.chromium.fyi first and ensure that it still works before restarting other masters.
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.