-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
[main] run test suite for libgrpc #321
Conversation
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 ( |
e8e8fb0
to
805e6ca
Compare
805e6ca
to
7156c32
Compare
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/13587000216. Examine the logs at this URL for more detail. |
bbdcd41
to
834174f
Compare
there's no gRPC_GTEST_PROVIDER option, apparently use vendored benchmark (due to reliance on internal symbols)
834174f
to
4a9bcc7
Compare
using `git_url:` changes the patch application invocation from `patch` to `git am -3`, which fails if we're patching something that has no history (and thus the hashes/ancestors in the patch are fake)
…dfe3c322, and conda-forge-pinning 2025.02.27.15.37.26
4a9bcc7
to
384d43d
Compare
Hi! This is the friendly automated conda-forge-linting service. I failed to even lint the recipe, probably because of a conda-smithy bug 😢. This likely indicates a problem in your This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13597823650. Examine the logs at this URL for more detail. |
384d43d
to
09d89fc
Compare
Linter failure is unrelated |
Alright, with the unvendoring of upb around the corner in #394, I really want us to test that the resulting library is actually working. Upstream will rightly say that switching out upb "voids the warranty", but unfortunately we don't have a good alternative. Running the test suite at least gets us most of the way back to proving that the library is still ~fully functional. Windows unfortunately is both going to be too onerous for now to build (there are so many test configs in |
Rebase #311 onto main