With the addition of the new LD_BUILD_EXPORT_ALL_SYMBOLS, we can easily build & run the hello-cpp-* binaries in CI.
Although we don't build these libs for distribution (could cause ABI issues), building them from source in this type of configuration should be supported and tested.
With the addition of the new
LD_BUILD_EXPORT_ALL_SYMBOLS
, we can easily build & run thehello-cpp-*
binaries in CI.Although we don't build these libs for distribution (could cause ABI issues), building them from source in this type of configuration should be supported and tested.