New issue
Advanced search Search tips

Issue 792650 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Use vpython in all of compile's python scripts

Project Member Reported by bpastene@chromium.org, Dec 6 2017

Issue description

See  bug 792527 .

Question about vpython: If a.py calls b.py via subprocess and a.py is invoked via vpython, does b.py inherit a.py's environment. I wonder if I can fix this bug by simply using vpython in ninja_wrapper.py:
https://codesearch.chromium.org/chromium/build/scripts/slave/recipe_modules/chromium/api.py?rcl=f51a223063a7c3f72dfbf19604babbec2876e392&l=252

Though, given how many steps in a compile, that may be non-trivial.
 
https://ci.chromium.org/swarming/task/3a46c5b39d3df710?server=chromium-swarm.appspot.com led build of linux_chromium_rel_ng using vypy for ninja_wrapper
Cc: -iannucci@chromium.org iannu...@google.com

Sign in to add a comment