-
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
xqilla: add package_type, transitive_headers=True #25409
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
I've opened #17332 long time ago, but due to disagreement with conan team (they didn't want patches fixing compilation with C++17 or higher) I've closed it. Feel free to cherry pick some commits. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 664cc90xqilla/2.3.4@#68428c2d11a98a26d9ee73cfbb2b2fac
|
Conan v1 pipeline ❌Warning Conan Center will stop receiving updates for Conan 1.x packages soon - please see announcement. Failure in build 3 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping Failure in build 4 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Summary
Changes to recipe: xqilla/2.3.4
Motivation
One of the few remaining recipes that still lack Conan 2.x support.
Details
I bumped
xerces-c
as well due to v2.3.2 having 2 CVEs: https://repology.org/project/xerces-c/cves?version=3.2.3Also added two patches for C++17 and later issues:
const
required for a comparison operator.register
keyword use, which is an error in C++20 and newer.test_package fails to link when
transitive_libs
isFalse
for xerces-c.