From the directory with the WORKSPACE
file I’m building a java target in bazel that should leave all the symlinks:
bazel build --symlink_prefix=bazel --experimental_convenience_symlinks=ignore //path/to/dir:JavaFile
but it won’t create the symlinks. I’ve removed the .bazelrc
file and set the current and parent directories to chmod 777
. I can’t figure out why it isn’t creating the links.