[PATCH] D29677: [buildbot] Add check-fuzzer to Asan buildbot on Windows.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 09:02:48 PST 2017


zturner added a comment.

Actually wait, each step runs with `env=Property('slave_env')`.  So even if you set the path beforehand, this will override your changes because it will already have `PATH` in this env.  So you need to save off the value of `Property(slave_env)`, fix up the `PATH` environment variable, and then use that as the value of the `env` keyword argument in subsequent calls.


https://reviews.llvm.org/D29677





More information about the llvm-commits mailing list