-
-
Notifications
You must be signed in to change notification settings - Fork 25
grpc v1.78.0 #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
grpc v1.78.0 #419
Conversation
…5.10.15.11.56.55 Other tools: - conda-build 25.7.0 - rattler-build 0.47.0 - rattler-build-conda-compat 1.4.6
…6.01.09.14.51.38 Other tools: - conda-build 25.11.1 - rattler-build 0.55.0 - rattler-build-conda-compat 1.4.10
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/20957532115. Examine the logs at this URL for more detail. |
756bf61 to
bd8339d
Compare
2ec8742 to
8de18b4
Compare
otherwise grpcio ends up with missing symbols at runtime, because ``` class DomainStorage : public DualRefCounted<DomainStorage>, public channelz::DataSource ``` ends up having a different class layout, due to inheriting from DualRefCounted, which changes size depending on NDEBUG being present or not, see https://github.com/grpc/grpc/blob/v1.78.0-pre1/src/core/util/dual_ref_counted.h
…6.01.13.03.10.20 Other tools: - conda-build 25.11.1 - rattler-build 0.55.0 - rattler-build-conda-compat 1.4.10
Currently still on
-pre1Closes: #411
Closes: #412
Closes: #413
Closes: #417
Closes: #418