Skip to content

Step 4 for finding plugins .so

Karol Sierocinski requested to merge plugin_relative_path_fix into master

This should fix the issue (seen https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/jobs/17875) when the libpdi.so is found in build/PDI/src/PDI_pkg-build/pdi/ and not in staging, where the plugin relative path is valid. In this case we will try to find the plugin without any relative/absolute path.

Merge request reports