-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
add test: for openssl problem #21
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 ( |
Test is failing for I see |
I'm not sure the Also, rather than an ad hoc test against a KEGG link, it would be better to run the |
Thanks for the fast feedback.
Do you have an example where this is done? |
7f730cc
to
669d1bd
Compare
This recent recipe has the Note that the build scripts need |
Seems to be a curl problem. When I execute Here it is suggested that this due to openssl 3 .. It feels like this should be fixed at the curl feedstock, but I'm not sure if this is possible because they are already at version 8.x (which we can't use here because it conflicts with R 4.1) ... SNAFU :) |
My suspicion is that it all traces back to the fact that R 4.1 has not updated to the latest It will take a bit to determine the proper solution here. Probably need to patch some metadata on Forcing Unfortunately, I'm short on time, but could maybe get look into this over the weekend. |
BTW, anytime you change a library host requirement, you need to rerender: @conda-forge-admin please rerender |
…nda-forge-pinning 2023.05.03.14.47.04
Thanks for the detailed explanations. Let me know if I can help. I will add the |
The |
non-win link against libcurl
Maybe we just skip the testthat tests on Windows. As I suspected, everything else passes with the merge of conda-forge/r-base-feedstock/pull/236. We'll try it one more time, and if the Windows fails again we'll skip that test - seems to be only one failure on something minor anyway. |
@conda-forge-admin please rerender |
…nda-forge-pinning 2023.05.14.10.30.41
I opted to retain the testing in Windows, but let it pass even if it fails. That way, we can still observe where it fails and consider it "good enough". If you want to switch this out of draft mode, I'll give it a final review then merge. I think this is good progress on improving the recipe, but people may still encounter issues until #22 is addressed (i.e., patching metadata on old builds). |
Thanks for your time @mfansler. PR is now ready for review. |
@bernt-matthias thanks again for submitting this! Just as an afterthought, you may want to suggest directly adding a testthat test upstream in the |
good idea jeroen/curl#298 |
xref galaxyproject/tools-iuc#4901
fix might be analogous to https://github.com/conda-forge/curl-feedstock/blob/641bda20ddba19e4ff3b2cf9e179e10842c52930/recipe/meta.yaml#L104
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)