-
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
libwebsockets: drop dead code #23853
Conversation
version is always >=4.2.0 since conan-io@203af45
This comment has been minimized.
This comment has been minimized.
comes from conan-io#17763
This comment has been minimized.
This comment has been minimized.
builds with |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Luis Caro Campos <3535649+jcar87@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 6 (
Conan v2 pipeline ✔️
All green in build 6 (
|
if ("Visual" in str(self.settings.compiler.version) and Version(self.settings.compiler.version) < 16) or \ | ||
("msvc" == str(self.settings.compiler.version) and Version(self.settings.compiler.version) < 192): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a logic change. I think it should also check that the compiler is msvc? I'm getting validation fails here when building with gcc 13.2.0
libwebsockets/4.3.3: Invalid: libwebsockets/4.3.3 requires at least Visual Studio 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually shouldn't it be not
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woopsie, all configurations are invalid indeed. Don't hesitate to make a PR fixing the error
version is always >=4.2.0
since 203af45
Specify library name and version: libwebsockets/*
fixes #23899