Conversation
luhenry
force-pushed
the
grpcio
branch
2 times, most recently
from
September 3, 2026 08:15
ecca1c6 to
307400d
Compare
….0, 1.83.1 Trigger: grpcio:1.80.0 Trigger: grpcio:1.81.0 Trigger: grpcio:1.81.1 Trigger: grpcio:1.82.2 Trigger: grpcio:1.83.0 Trigger: grpcio:1.83.1
luhenry
added a commit
that referenced
this pull request
Sep 4, 2026
* **Package**: `grpcio-tools` * **Version**: `1.83.1` * **Source**: https://github.com/grpc/grpc/tree/master/tools/distrib/python/grpcio_tools * **Docs**: https://grpc.io Compiles gRPC's protoc codegen plugin (`grpc_tools._protoc_compiler`) into a native extension used to generate Python/gRPC code from `.proto` files. Upstream publishes no riscv64 wheel. Mirrors this repo's [`build-grpcio.yml`](../../.github/workflows/build-grpcio.yml) - same `grpc/grpc` source tree, same cibuildwheel/ccache pattern; upstream builds these internally via Bazel/Kokoro, not a public GH Actions workflow. **Differs from upstream** - `package-dir: tools/distrib/python/grpcio_tools`, since the package lives nested in the monorepo rather than at its root like grpcio. - Runs `tools/distrib/python/make_grpcio_tools.py` before the build - it stages `grpc_root`/`third_party` sources upstream's own `install_all_python_modules.sh` also depends on, with the bazel-query step it also attempts failing non-fatally (falls back to the deps list already committed for this tag). **Matrix**: cp312/cp313/cp314 only, same as `build-grpcio.yml` - grpcio-tools shares `python_version.py`'s supported range and declares no free-threaded support. **Testing** - `python -m grpc_tools.protoc --help`, matching upstream's own binary distribtest (`test/distrib/python/test_packages.sh`) - `grpc_tools/test/protoc_test.py`, generating `complicated_pb2` with a plain `protoc` invocation in place of the Bazel `py_proto_library` target it normally relies on **License**: OK CI confirms the build itself: all three interpreters compile and auditwheel-repair cleanly. `grpcio-tools` pins `grpcio>=1.83.1`; the registry only has up to `1.78.0` (1.83.1 is in open #836), so `CIBW_TEST_ENVIRONMENT: PIP_ONLY_BINARY=:all:` fails fast at wheel-install instead of falling back to an hours-long from-source grpcio build. Draft until #836 lands.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trigger: grpcio:1.80.0
Trigger: grpcio:1.81.0
Trigger: grpcio:1.81.1
Trigger: grpcio:1.82.2
Trigger: grpcio:1.83.0
Trigger: grpcio:1.83.1