File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 8.7.0
Original file line number Diff line number Diff line change 8080 strategy :
8181 matrix :
8282 bzlmod : [true, false]
83- env :
84- USE_BAZEL_VERSION : 8.7.0
8583
8684 steps :
8785 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -150,3 +150,19 @@ $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
150150
151151# Add 'export ANDROID_HOME=$HOME/Android/Sdk' to your .bashrc or equivalent
152152```
153+
154+ Building with Bazel
155+ ===================
156+
157+ grpc-java can also be built using [ Bazel] ( https://bazel.build/ ) .
158+
159+ First [ install bazelisk] ( https://github.com/bazelbuild/bazelisk#installation )
160+ (unlike Gradle, Bazel's wrapper isn't checked-in to the grpc-java repository).
161+
162+ To build the grpc-java library:
163+ ```
164+ $ bazelisk build //...
165+ ```
166+
167+ You cannot run the tests from Bazel at this time.
168+
You can’t perform that action at this time.
0 commit comments