From 0fc3efbbde9639d4692a2cabb59a2e6ab3695ce2 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 10 May 2023 06:46:05 +1000 Subject: [PATCH] Try to workaround https://bugreports.qt.io/browse/QTBUG-113227 on qt6 ci builds --- .docker/qgis3-qt6-build-deps.dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.docker/qgis3-qt6-build-deps.dockerfile b/.docker/qgis3-qt6-build-deps.dockerfile index c0f125c8c41..90d68168ebc 100644 --- a/.docker/qgis3-qt6-build-deps.dockerfile +++ b/.docker/qgis3-qt6-build-deps.dockerfile @@ -69,6 +69,9 @@ RUN dnf -y --refresh install \ patch \ dos2unix +# Workaround https://bugreports.qt.io/browse/QTBUG-113227 for now, roll back to qt 6.4 +dnf downgrade qt6-qtbase-6.4.3-1.fc38 --allowerasing + # Oracle : client side RUN curl https://download.oracle.com/otn_software/linux/instantclient/199000/instantclient-basic-linux.x64-19.9.0.0.0dbru.zip > instantclient-basic-linux.x64-19.9.0.0.0dbru.zip RUN curl https://download.oracle.com/otn_software/linux/instantclient/199000/instantclient-sdk-linux.x64-19.9.0.0.0dbru.zip > instantclient-sdk-linux.x64-19.9.0.0.0dbru.zip