-
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
icu: modernize more for conan v2 #15778
Conversation
- use new stdcpp_library() instead of legacy one (since conan 1.54.0) - write custom _sha256sum() function to avoid relying on legacy conans.tools.sha256sum() conan function - remove workaround for conan-io/conan#12642 (fixed in conan 1.57.0) - remove workaround for conan-io/conan#12153 (fixed in conan 1.54.0)
I detected other pull requests that are modifying icu/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline (informative, not required for merge) ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 6 (
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. |
- use new stdcpp_library() instead of legacy one (since conan 1.54.0) - write custom _sha256sum() function to avoid relying on legacy conans.tools.sha256sum() conan function - remove workaround for conan-io/conan#12642 (fixed in conan 1.57.0) - remove workaround for conan-io/conan#12153 (fixed in conan 1.54.0)
stdcpp_library()
instead of legacy one (since conan 1.54.0)_sha256sum()
function to avoid relying on legacy conans.tools.sha256sum() conan functionconan.tools.gnu.Autotools.install()
doesn't work if build machine is Windows conan#12153 (fixed in conan 1.54.0)There is still a legacy function:
get_gnu_triplet()
. See conan-io/conan#13028