We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e8d12 commit 1f0fed2Copy full SHA for 1f0fed2
ci/Jenkinsfile.tests-e2e.windows
@@ -70,6 +70,9 @@ pipeline {
70
STATUS_RUNTIME_HTTP_API = 'False'
71
STATUS_RUNTIME_WS_API = 'False'
72
73
+ /* Disable QML disk cache */
74
+ QML_DISABLE_DISK_CACHE = 1
75
+
76
/* Avoid race conditions with other builds using virtualenv. */
77
VIRTUAL_ENV = "${WORKSPACE_TMP}\\venv"
78
PATH = "${VIRTUAL_ENV}\\bin;C:\\Qt\\6.9.0\\msvc2022_64\\bin;${PATH}"
0 commit comments