aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2022-02-16 09:42:33 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-17 11:28:27 +0000
commited8d1c76ae4a88d4e73b575c07fbc625e5b8e22c (patch)
tree153f728e649f88eec1e7e25ff89a60a10fa703a1
parentba761fab29deb9e5b1bb7164e76edf668005fa77 (diff)
Provisioning: Run msvc 2019 update at the beginning of provisioning
When script was run with prefix 99 the installation process wasn't finished before machine got rebooted. Moving the script at beginning of provisioning seems to help with the situation. This is not a proper fix but the best we have right now. We can change this later if/when we find the root cause for this. Task-number: QTQAINFRA-4813 Change-Id: Icbc2b0b33905990df611bdb494ed9b22801633fd Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 1597f435123dfffbc2d7c14cc0a730d65c60387a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/provisioning/qtci-windows-10_21H2-x86_64/01-msvc2019.ps1 (renamed from coin/provisioning/qtci-windows-10_21H2-x86_64/99-msvc2019.ps1)2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/provisioning/qtci-windows-10_21H2-x86_64/99-msvc2019.ps1 b/coin/provisioning/qtci-windows-10_21H2-x86_64/01-msvc2019.ps1
index 4f048086..f8a0150c 100644
--- a/coin/provisioning/qtci-windows-10_21H2-x86_64/99-msvc2019.ps1
+++ b/coin/provisioning/qtci-windows-10_21H2-x86_64/01-msvc2019.ps1
@@ -1,6 +1,6 @@
#############################################################################
##
-## Copyright (C) 2020 The Qt Company Ltd.
+## Copyright (C) 2022 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is part of the provisioning scripts of the Qt Toolkit.