-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
openssl: remove duplicate no_cast option #4234
Conversation
also, pylint fixes
I detected other pull requests that are modifying openssl/1.x.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Some configurations of 'openssl/1.0.2s' failed in build 1 (
|
unrelated failure: |
0xc0000005 access violation #4216 can you try to bump the nasm version? |
All green in build 3 (
|
@ericLemanissier please link the #4216 issue with this PR (add Fixes #4216 to #4234 (comment)) |
All green in build 4 (
|
All green in build 5 (
|
@Croydon could you re-review ? the only change since your approval is nasm bump to solve windows CI |
Thanks! |
CI bot posted results but still in progress 🤔 Might need the infra team! 📯 |
With this options ordering (shared, fPIC, then alphanumeric), wouldn't it be easier for future maintenance? options = {
"shared": [True, False],
"fPIC": [True, False],
"386": [True, False],
"capieng_dialog": [True, False],
"enable_capieng": [True, False],
"no_aria": [True, False],
"no_asm": [True, False],
"no_async": [True, False],
"no_bf": [True, False],
"no_blake2": [True, False],
"no_camellia": [True, False],
"no_cast": [True, False],
"no_chacha": [True, False],
"no_cms": [True, False],
"no_comp": [True, False],
"no_ct": [True, False],
"no_deprecated": [True, False],
"no_des": [True, False],
"no_dgram": [True, False],
"no_dh": [True, False],
"no_dsa": [True, False],
"no_dso": [True, False],
"no_engine": [True, False],
"no_filenames": [True, False],
"no_gost": [True, False],
"no_hmac": [True, False],
"no_idea": [True, False],
"no_md2": [True, False],
"no_md4": [True, False],
"no_md5": [True, False],
"no_mdc2": [True, False],
"no_ocsp": [True, False],
"no_pinshared": [True, False],
"no_rc2": [True, False],
"no_rc4": [True, False],
"no_rc5": [True, False],
"no_rmd160": [True, False],
"no_rsa": [True, False],
"no_sha": [True, False],
"no_sm2": [True, False],
"no_sm3": [True, False],
"no_sm4": [True, False],
"no_srp": [True, False],
"no_srtp": [True, False],
"no_sse2": [True, False],
"no_ssl": [True, False],
"no_threads": [True, False],
"no_ts": [True, False],
"no_whirlpool": [True, False],
"no_zlib": [True, False],
"openssldir": "ANY"
} |
CI build finished 3 days ago, it seems like it didn't notify (event). Let's retry |
All green in build 6 (
|
Yep, something wrong is not right. |
All green in build 7 (
|
Indeed it looks like a glitch in Jenkins/Github. I'll merge this manually after Thanks! |
also, pylint fixes and bump nasm
Specify library name and version: openssl/*
Fixes #4216
conan-center hook activated.