commit | fd0b8921c9853bc1e3fd33f655436b45591700c4 | [log] [tgz] |
---|---|---|
author | Michael Moss <mmoss@google.com> | Tue Jul 16 06:49:17 2019 |
committer | Michael Moss <mmoss@chromium.org> | 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=​iannucci@google.com, tikuta@google.com Change-Id: I01929e1c4808b3ae43d1969d57ae15451ef68821 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1703299 Auto-Submit: Michael Moss <mmoss@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Takuto Ikuta <tikuta@chromium.org> (cherry picked from commit 8b52fef72fc4b24b8da2edc4014b5d1499a36667) Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1703653 Reviewed-by: Michael Moss <mmoss@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org>
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.