Skip to content

Commit

Permalink
Try even harder to find plugin on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisspyB committed Oct 23, 2024
1 parent b3881b4 commit f8346c1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/tools/callback_vs_scan.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ export FDB5_HOME=$bindir
export METKIT_RAW_PARAM=1 # when *isnt* this needed...?

# Help find the plugin when not installed or part of a bundle
export PLUGINS_MANIFEST_PATH="@CMAKE_BINARY_DIR@/share/plugins"
export DYLD_LIBRARY_PATH="@CMAKE_BINARY_DIR@/lib:$DYLD_LIBRARY_PATH"
export LD_LIBRARY_PATH="@CMAKE_BINARY_DIR@/lib:$LD_LIBRARY_PATH"
binary="@CMAKE_BINARY_DIR@"
prefix="@CMAKE_INSTALL_PREFIX@"
export PLUGINS_MANIFEST_PATH="$binary/share/plugins"
export DYLD_LIBRARY_PATH="$binary/lib:$binary/lib64:$prefix/lib:$prefix/lib64:$DYLD_LIBRARY_PATH"
export LD_LIBRARY_PATH="$binary/lib:$binary/lib64:$prefix/lib:$prefix/lib64:$LD_LIBRARY_PATH"

export LOAD_PLUGINS="int.ecmwf.gribjump-plugin"

### cleanup and prepare test
Expand Down

0 comments on commit f8346c1

Please sign in to comment.