Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.7.0
2 changes: 0 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ jobs:
strategy:
matrix:
bzlmod: [true, false]
env:
USE_BAZEL_VERSION: 8.7.0

steps:
- uses: actions/checkout@v4
Expand Down
16 changes: 16 additions & 0 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,19 @@ $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses

# Add 'export ANDROID_HOME=$HOME/Android/Sdk' to your .bashrc or equivalent
```

Building with Bazel
===================

grpc-java can also be built using [Bazel](https://bazel.build/).

First [install bazelisk](https://github.com/bazelbuild/bazelisk#installation)
(unlike Gradle, Bazel's wrapper isn't checked-in to the grpc-java repository).

To build the grpc-java library:
```
$ bazelisk build //...
```

You cannot run the tests from Bazel at this time.

1 change: 1 addition & 0 deletions examples/.bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.7.0
Loading