You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
In our bazelrc file we don't have any --javabase or --host_javabase flags. But when I run bazel build //... -s I see the error Unrecognized VM option 'CompactStrings' - exactly like described in bazelbuild/bazel#5726
When I'm trying to get the version of the embedded jdk by running:
java version "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
This is my local jdk available through which javac.
But AFAIU embedded jdk should be jdk9 and it has to be included into the bazel distribution. But it seems that something went wrong. Some keys of bazel info are the following:
I installed bazel from scratch via brew following the steps described here - https://blog.bazel.build/2018/08/22/bazel-homebrew.html
In our bazelrc file we don't have any
--javabase
or--host_javabase
flags. But when I runbazel build //... -s
I see the errorUnrecognized VM option 'CompactStrings'
- exactly like described in bazelbuild/bazel#5726When I'm trying to get the version of the embedded jdk by running:
I'm getting this:
This is my local jdk available through
which javac
.But AFAIU embedded jdk should be jdk9 and it has to be included into the bazel distribution. But it seems that something went wrong. Some keys of
bazel info
are the following:The text was updated successfully, but these errors were encountered: