From c1d43aff05b944a58b54d9dda1039805bff1aa8f Mon Sep 17 00:00:00 2001 From: schm1dtxbox <36817325+schm1dtxbox@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:31:11 +0100 Subject: [PATCH] Brute-force Qt cache invalidation Needed for qtimageformats changes to kick in --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e2beb92a84..f17a793fe8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -150,10 +150,10 @@ jobs: - task: Cache@2 inputs: - key: qt | "$(Agent.OS)" | "$(QT_VER)" + key: qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)" path: /tmp/Qt restoreKeys: | - qt | "$(Agent.OS)" | "$(QT_VER)" + qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)" displayName: Qt cache # - task: Cache@2 @@ -211,10 +211,10 @@ jobs: - task: Cache@2 inputs: - key: qt | "$(Agent.OS)" | "$(QT_VER)" + key: qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)" path: /tmp/Qt restoreKeys: | - qt | "$(Agent.OS)" | "$(QT_VER)" + qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)" displayName: Qt cache # - task: Cache@2