Brute-force Qt cache invalidation

Needed for qtimageformats changes to kick in
This commit is contained in:
schm1dtxbox 2024-09-24 20:31:11 +01:00 committed by Megamouse
parent a14c166aab
commit c1d43aff05

View File

@ -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