Skip to content
Snippets Groups Projects
Commit ac0a81e5 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[Jenkins] Explicitly add LD_LIBRARY_PATH to Docker build.

Fixes testrunner error when OgsMFrontBehaviour.so could not be
loaded at runtime.
parent db9d90bc
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ pipeline {
}
environment {
OMP_NUM_THREADS = '1'
LD_LIBRARY_PATH = "$WORKSPACE/build/lib"
}
steps {
script {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment