commit | 3551898849a93306ad9b4dfdd7d4667913098efe | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Tue Dec 15 06:04:28 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 15 06:05:23 2020 -0800 |
tree | c3fa2bf9819574dbc9059700eb60ef41ea4fad3e | |
parent | b1e9884f6ad7cca5205d113d8a6f21d61fdea986 [diff] |
Propagate test envs to xml generation action Previously, we hardcode the envs of the xml generation action, which caused problem for process-wrapper because it's dynamically linked to some system libraries and the required PATH or LD_LIBRARY_PATH are not set. This change propagate the envs we set for the actual test action to the xml file generation action to make sure the env vars are correctly set and can also be controlled by --action_env and --test_env. Fixes https://github.com/bazelbuild/bazel/issues/4137 Fixes https://github.com/bazelbuild/bazel/issues/12579 Closes #12659. PiperOrigin-RevId: 347596753
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md