zwoop opened a new pull request, #9458:
URL: https://github.com/apache/trafficserver/pull/9458

   This avoids having all the test plugins (.so's) be installed in the 
installation directory, unless you enable the expensive tests. This is not a 
great solution, if there's some better way of avoiding the installation of all 
those libraries, disregard this patch and do that instead.
   
   The issue is that all these plugins for testing gets installed in .../lib, 
which is not cool.
   
   ```
   -rwxr-xr-x 1 root root   71776 Feb 23 09:11 plugin_v1.so
   -rwxr-xr-x 1 root root     933 Feb 23 09:11 plugin_v1.la
   -rwxr-xr-x 1 root root   71776 Feb 23 09:11 plugin_v2.so
   -rwxr-xr-x 1 root root     933 Feb 23 09:11 plugin_v2.la
   -rwxr-xr-x 1 root root   69680 Feb 23 09:11 plugin_init_fail.so
   -rwxr-xr-x 1 root root   70008 Feb 23 09:11 plugin_instinit_fail.so
   -rwxr-xr-x 1 root root     999 Feb 23 09:11 plugin_instinit_fail.la
   -rwxr-xr-x 1 root root     975 Feb 23 09:11 plugin_init_fail.la
   -rwxr-xr-x 1 root root   16376 Feb 23 09:11 plugin_required_cb.so
   -rwxr-xr-x 1 root root     987 Feb 23 09:11 plugin_required_cb.la
   -rwxr-xr-x 1 root root   16576 Feb 23 09:11 plugin_missing_deleteinstance.so
   -rwxr-xr-x 1 root root   15952 Feb 23 09:11 plugin_missing_doremap.so
   -rwxr-xr-x 1 root root    1011 Feb 23 09:11 plugin_missing_doremap.la
   -rwxr-xr-x 1 root root    1053 Feb 23 09:11 plugin_missing_deleteinstance.la
   -rwxr-xr-x 1 root root   16536 Feb 23 09:11 plugin_missing_newinstance.so
   -rwxr-xr-x 1 root root   16080 Feb 23 09:11 plugin_missing_init.so
   -rwxr-xr-x 1 root root     993 Feb 23 09:11 plugin_missing_init.la
   -rwxr-xr-x 1 root root  113440 Feb 23 09:11 plugin_testing_calls.so
   -rwxr-xr-x 1 root root     999 Feb 23 09:11 plugin_testing_calls.la
   -rwxr-xr-x 1 root root    1035 Feb 23 09:11 plugin_missing_newinstance.la
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to