//scripts/packages:without-jdk/bazel includes a jdk #7167
Labels
area-EngProd
Bazel CI, infrastructure, bootstrapping, release, and distribution tooling
P2
We'll consider working on this in future. (Assignee optional)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
team-Rules-Java
Issues for Java rules
//scripts/packages:rename-bazel-bin-without-jdk
, which produces//scripts/packages:without-jdk/bazel
includes//src:bazel
[0], which due to semi-recent changes, now includes a jdk. It should be changed to//src:bazel_nojdk
to support generating a bazel.sh without an embedded JDK. This change seems to have been missed by 7c49bd9[0] As of c67dcec
The text was updated successfully, but these errors were encountered: