Skip to content

Commit 403d9a9

Browse files
committed
Run ldconfig in ci.sh
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
1 parent bb22ad5 commit 403d9a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ if [ "$PROVIDER_NAME" = "cargo-check" ]; then
381381
exit 0
382382
fi
383383

384+
# parsec-service-test-all.Dockerfile doesn't run ldconfig after building new TS libs.
385+
ldconfig
386+
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib
384387
RUST_BACKTRACE=1 cargo build $FEATURES
385388

386389
echo "Static checks"

0 commit comments

Comments
 (0)