mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Try to workaround https://bugreports.qt.io/browse/QTBUG-113227
on qt6 ci builds
This commit is contained in:
parent
1f739868ca
commit
0fc3efbbde
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user