From ee81d386f743856fee4e7758952d8bd9176063c9 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Tue, 14 Jan 2025 21:53:03 +0000 Subject: [PATCH] ci: fix shiboken not finding ICU --- .github/docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/docker/Dockerfile b/.github/docker/Dockerfile index c5dfd7868..96d0dd1a7 100644 --- a/.github/docker/Dockerfile +++ b/.github/docker/Dockerfile @@ -70,6 +70,8 @@ RUN aqt install-qt linux desktop 6.6.0 gcc_64 --outputdir /opt/qt RUN aqt install-qt linux desktop 5.15.2 gcc_64 --outputdir /opt/qt ENV PATH=/opt/qt/5.15.2/gcc_64/bin/:/opt/qt/6.6.0/gcc_64/bin/:$PATH +# shiboken needs it for icu libs +ENV LD_LIBRARY_PATH=/opt/qt/6.6.0/gcc_64/lib/:$LD_LIBRARY_PATH USER ubuntu WORKDIR /home/ubuntu