Conversation
|
Related: artyom-beilis/cppcms#105 |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
duckdb is unresolved. It is a strange package. We could simply always build duckdb with C++17 (regardless of feature icu). |
That sounds reasonable to me.
IMO up to date ICU is more important than anything related to duckdb, and particularly more important than duckdb on a community triplet. |
|
Port duckdb is more broadly broken (#48180). But this makes it even more acceptable to just go with C++17 for this port. |
|
Okay, the proper duckdb change should be ready now. |
|
Great. I managed to move duckdb's duplicate definition problem out of the duckdb build into the downstream build (vcpkg-ci-duckdb). libicu_extension.a is C++17 with icu 78.1. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Co-authored-by: Osyotr <Osyotr@users.noreply.github.com>
To be used with C++17.
Port icu now skips
AUTORECONF. It patches the pre-generated build system directly. Running autoreconf would require very recent autotools which are likely to be absent in many linux CI environments.