We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb22ad5 commit 403d9a9Copy full SHA for 403d9a9
1 file changed
ci.sh
@@ -381,6 +381,9 @@ if [ "$PROVIDER_NAME" = "cargo-check" ]; then
381
exit 0
382
fi
383
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
387
RUST_BACKTRACE=1 cargo build $FEATURES
388
389
echo "Static checks"
0 commit comments