For all torchdata wheels, in order to provide the integration of AWSSDK, we statically linked OpenSSL to _torchdata.so, we should prevent any symbol from OpenSSL exposed by _torchdata.so. (Just add -fvisibility-hidden when build)
This was caused by stocking *.a files
🐛 Describe the bug
For all torchdata wheels, in order to provide the integration of AWSSDK, we statically linked
OpenSSL
to_torchdata.so
, we should prevent any symbol from OpenSSL exposed by_torchdata.so
. (Just add-fvisibility-hidden
when build) This was caused by stocking*.a
filesVersions
main