1b28145983
In this PR: - In the _resolve_locations function: use the Bash-less ctx.resolve_tools function to resolve the runfiles manifests and inputs of tools, instead of using ctx.resolve_command for the same purpose. - In the _custom_envmap function: no longer resolve $(location) references when creating the envvars from custom_env, because those references were already resolved in _resolve_locations. The ctx.resolve_tools() method was added in this PR: https://github.com/bazelbuild/bazel/pull/7139 See design doc there. |
||
---|---|---|
.. | ||
BUILD | ||
analysis_test.bzl | ||
build_test.bzl | ||
empty_test.sh | ||
maprule.bzl | ||
maprule_private.bzl | ||
maprule_testing.bzl | ||
maprule_util.bzl |