From 1597f435123dfffbc2d7c14cc0a730d65c60387a Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Wed, 16 Feb 2022 09:42:33 +0200 Subject: [PATCH] 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. Pick-to: 6.3 6.2 5.15 Task-number: QTQAINFRA-4813 Change-Id: Icbc2b0b33905990df611bdb494ed9b22801633fd Reviewed-by: Oliver Wolff --- .../{99-msvc2019.ps1 => 01-msvc2019.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename coin/provisioning/qtci-windows-10_21H2-x86_64/{99-msvc2019.ps1 => 01-msvc2019.ps1} (97%) 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 similarity index 97% rename from coin/provisioning/qtci-windows-10_21H2-x86_64/99-msvc2019.ps1 rename to 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.