Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 9, 2023
1 parent 1df0f97 commit 406a2b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public ActionResult execute(ActionExecutionContext actionExecutionContext)
.insertDependencies(
outputDepsProto,
readFullOutputDeps(fallbackResults, actionExecutionContext, spawn.getPathMapper()));
} else if (!spawn.getPathMapper().isNoop()){
} else if (!spawn.getPathMapper().isNoop()) {
// As a side effect, readFullOutputDeps rewrites the on-disk .jdeps file from mapped to
// unmapped paths. To make path mapping fully transparent to consumers of this action's
// output, we ensure that the file always contains unmapped paths.
Expand Down
1 change: 0 additions & 1 deletion src/test/shell/bazel/path_mapping_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ bazelcon_greeting = rule(
_bazelcon_greeting_impl,
cfg = _location_transition,
attrs = {
"_allowlist_function_transition": attr.label(default = "@bazel_tools//tools/allowlists/function_transition_allowlist"),
"location": attr.string(),
},
)
Expand Down

0 comments on commit 406a2b7

Please sign in to comment.