Skip to content

Commit

Permalink
Use bazel without JDK in //scripts/packages:without-jdk/bazel.
Browse files Browse the repository at this point in the history
Fixes bazelbuild#7167.

RELNOTES: None

Closes bazelbuild#7172.

PiperOrigin-RevId: 229890772
  • Loading branch information
meisterT authored and Copybara-Service committed Jan 18, 2019
1 parent 356ad22 commit ce91f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/packages/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ genrule(

genrule(
name = "rename-bazel-bin-without-jdk",
srcs = ["//src:bazel"],
srcs = ["//src:bazel_nojdk"],
outs = ["without-jdk/bazel-real"],
cmd = "mkdir -p $$(dirname $@); cp $< $@",
)
Expand Down

0 comments on commit ce91f76

Please sign in to comment.