aboutsummaryrefslogtreecommitdiff
path: root/development/bazel/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-08-06 08:19:58 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-06 20:16:13 +0700
commitfb1062de1a5b7fa17e91f095dfd2b67c65d988c6 (patch)
treec1e0c2872fd6323d00bc91dac0e3d7759b750575 /development/bazel/README
parent8080275b2eba75a6637aa42d58c72fb7a94bc730 (diff)
development/bazel: Added (Correct, reproducible, and fast builds)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bazel/README')
-rw-r--r--development/bazel/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/bazel/README b/development/bazel/README
new file mode 100644
index 0000000000000..2c37f54ea7046
--- /dev/null
+++ b/development/bazel/README
@@ -0,0 +1,6 @@
+Bazel is an open-source build and test tool that scalably supports
+multi-language and multi-platform projects.
+
+Only 1 version of OpenJDK may be installed at a time while building
+Bazel. For example, if both zulu-openjdk8 and zulu-openjdk11 are
+installed, please uninstall zulu-openjdk8 before building Bazel.