File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
contributors/devel/sig-testing Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ Go rules are managed by the [`gazelle`][gazelle]
12
12
tool, with some additional rules managed by the [ ` kazel ` ] [ kazel ] tool.
13
13
These tools are called via the ` hack/update-bazel.sh ` script.
14
14
15
- Instructions for installing Bazel can be found [ here] [ bazel-install ] .
16
- Note that older Bazel versions did not work with Python 3, so we recommend
17
- using version 0.27.0 or newer. If you still have Python-related problems,
18
- please take a look at [ this FAQ] [ bazel-python-faq ] .
15
+ Kubernetes requires [ a specific version of Bazel] ( https://github.com/kubernetes/kubernetes/blob/master/build/root/.bazelversion ) .
16
+ [ Consider using Bazelisk] ( https://docs.bazel.build/versions/master/install-bazelisk.html )
17
+ which automatically installs the version of Bazel that Kubernetes requires:
19
18
20
- Several convenience ` make ` rules have been created for common operations:
19
+ go get github.com/bazelbuild/bazelisk
20
+ bazelisk test //pkg/kubectl/...
21
+
22
+ If you ` alias bazel=bazelisk ` , then you can use several convenience ` make ` rules which have been created for common operations:
21
23
22
24
* ` make bazel-build ` : builds all binaries in tree (`bazel build -- //...
23
25
-//vendor/...`)
You can’t perform that action at this time.
0 commit comments