Bazel is an open-source build and test tool that scalably supports
multi-language and multi-platform projects.

Only one version of OpenJDK may be installed at a time while building
Bazel. For example, if both zulu-openjdk8 and zulu-openjdk21 are
installed, please uninstall zulu-openjdk8 before building Bazel. 

To attempt to build with a more recent OpenJDK implementation than
zulu-openjdk21, use J_HOME:

  J_HOME=/usr/lib64/java bazel.SlackBuild

Please note that this SlackBuild requires internet access to run.
