Skip to content

Commit

Permalink
Add a TODO referring to bazelbuild/bazel#14500
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Dec 30, 2021
1 parent 99011f8 commit 30ab5a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions elisp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ cc_test(
],
)

# I think this wrapper is only necessary because of the changes made in
# https://github.com/bazelbuild/bazel/commit/bfdfa6ebfd21b388f1c91f512291c848e1a92a96.
# See https://github.com/bazelbuild/bazel/issues/14500.
# TODO(phst): Remove this wrapper once
# https://github.com/bazelbuild/bazel/issues/14500 is fixed.
cc_binary(
name = "wrap",
testonly = 1,
Expand Down

0 comments on commit 30ab5a1

Please sign in to comment.