Skip to content

Commit 9d69988

Browse files
authored
add windows related tip for gitlab runners (#643)
1 parent 066f955 commit 9d69988

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/troubleshooting.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ When using ``ubuntu-latest`` on Github Actions, the package ``libxkbcommon-x11-0
6969
.. _#293: https://github.com/pytest-dev/pytest-qt/issues/293
7070
.. _#550: https://github.com/pytest-dev/pytest-qt/issues/550
7171

72+
To resolve any missing dll issue with docker-windows base gitlab runner it is recommanded to use an image based on ``mcr.microsoft.com/windows/server`` and not ``servercore`` (docker hub python official images are based on servercore).
73+
Setting ``QT_QPA_PLATFORM`` environment variable to *offscreen* may also be helpfull.
74+
7275
Since Qt in version 5.15 ``xcb`` libraries are not distributed with Qt so this library in version at least 1.11 on runner. See more in https://codereview.qt-project.org/c/qt/qtbase/+/253905
7376

7477
Since Qt in version 6.5 ``xcb-cursor0`` is a requirement. See all Qt6 requirements in https://doc.qt.io/qt-6/linux-requirements.html

0 commit comments

Comments
 (0)