Skip to content

Commit 1f0fed2

Browse files
committed
ci: disable qml disk cache in windows e2e
1 parent b7e8d12 commit 1f0fed2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/Jenkinsfile.tests-e2e.windows

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ pipeline {
7070
STATUS_RUNTIME_HTTP_API = 'False'
7171
STATUS_RUNTIME_WS_API = 'False'
7272

73+
/* Disable QML disk cache */
74+
QML_DISABLE_DISK_CACHE = 1
75+
7376
/* Avoid race conditions with other builds using virtualenv. */
7477
VIRTUAL_ENV = "${WORKSPACE_TMP}\\venv"
7578
PATH = "${VIRTUAL_ENV}\\bin;C:\\Qt\\6.9.0\\msvc2022_64\\bin;${PATH}"

0 commit comments

Comments
 (0)