Alex Babrykovich
Alex Babrykovich
Hi @corymsmith sorry for bother maybe you have some plans on this?
@ni4 @ribose-jeffreylau @maxirmx ubuntu is done, I plan to move forward to other platforms, I would like to get feedback on this moment, to make sure that I didn't break...
@maxirmx thanks for the feedback. I also was surprised that `USE_STATIC_DEPENDENCIES` affects non-cacheable dependencies. https://github.com/rnpgp/rnp/blob/master/ci/lib/install_functions.inc.sh#L276-L280 In my opinion `USE_STATIC_DEPENDENCIES` should not affect non-cacheable dependencies, how do you think?
@ronaldtse yep I already have some progress in this direction and will push first PR in next 1-2 days
@ronaldtse for the next time I will add a comment that it's in progress, to not confuse others In Progress
I am still in the middle, here are some findings which I have so far: - local I tested building dependencies as static libraries and shared libraries For static deps:...
https://github.com/microsoft/vcpkg/issues/21461 - reported
Quick status update: - ubuntu dynamic linking with so works tested [GCC, clang], [Debug, Release], tests passing - https://github.com/microsoft/vcpkg/issues/21461 ready for review to fix compilation with a static library I...
The issue with centos7 https://github.com/openssl/openssl/issues/16449 - which are probably not released yet. I will check if possible to not use openssl from vcpkg but use a system one
Just found that vcpkg has `VCPKG_SYSTEM_LIBRARIES` looks like exactly what we need