Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
on qt6 ci builds
  • Loading branch information
nyalldawson committed May 10, 2023
1 parent 1f73986 commit 0fc3efb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/qgis3-qt6-build-deps.dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 0fc3efb

Please sign in to comment.