From d1f079d5f099e6c537c19f0ba07acca7d56060b5 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 12 Feb 2024 14:15:17 +0200 Subject: [PATCH] Ensure that all libraries can be found by ldd. --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 23af9fc63..bae6e81d7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -134,6 +134,7 @@ linuxdeployqt_task_template: &LINUXDEPLOYQT_TASK_TEMPLATE - qbs config profiles.qt5.baseProfile ${COMPILER} - qbs build -f valentina.qbs -d $CIRRUS_WORKING_DIR/build --jobs $(nproc) profile:qt5 config:release modules.buildconfig.enableCcache:${ENABLE_CCACHE} qbs.installRoot:$CIRRUS_WORKING_DIR/build/install-root modules.buildconfig.enableAppImage:true - qbs -p autotest-runner -d build profile:qt5 config:release + - export LD_LIBRARY_PATH=/opt/qt515/lib:$CIRRUS_WORKING_DIR/build/install-root/usr/local/lib/valentina:$LD_LIBRARY_PATH - linuxdeployqt $CIRRUS_WORKING_DIR/build/install-root/usr/local/share/applications/ua.com.smart-pattern.valentina.desktop -appimage -qmake='/opt/qt515/bin/qmake' -executable-dir=$CIRRUS_WORKING_DIR/build/install-root/usr/local/bin -extra-plugins=iconengines,platformthemes/libqgtk3.so - ccache -s deploy_script: