mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Clean exported symbols (#20608)
* linkopts shared * try to remove some symbols * revert PyInit * remove opencensus * add suffix * try to remove JNI * _JNI_On*
This commit is contained in:
parent
cd7a32f1a5
commit
c6e347c06f
1 changed files with 3 additions and 7 deletions
|
@ -24,16 +24,12 @@
|
|||
*ray*ObjectReference*
|
||||
# Others
|
||||
*ray*metrics*
|
||||
*opencensus*
|
||||
*ray*stats*
|
||||
*ray*rpc*
|
||||
*ray*gcs*
|
||||
*ray*CoreWorker*
|
||||
*ray*PeriodicalRunner*;
|
||||
*PyInit*
|
||||
*init_raylet*
|
||||
*Java*
|
||||
*JNI_*
|
||||
*PyInit__raylet*
|
||||
*Java_io_ray*
|
||||
_JNI_On*
|
||||
*ray*streaming*
|
||||
*aligned_free*
|
||||
*aligned_malloc*
|
Loading…
Add table
Reference in a new issue