mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 14:12:39 +00:00
Brute-force Qt cache invalidation
Needed for qtimageformats changes to kick in
This commit is contained in:
parent
a14c166aab
commit
c1d43aff05
@ -150,10 +150,10 @@ jobs:
|
|||||||
|
|
||||||
- task: Cache@2
|
- task: Cache@2
|
||||||
inputs:
|
inputs:
|
||||||
key: qt | "$(Agent.OS)" | "$(QT_VER)"
|
key: qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)"
|
||||||
path: /tmp/Qt
|
path: /tmp/Qt
|
||||||
restoreKeys: |
|
restoreKeys: |
|
||||||
qt | "$(Agent.OS)" | "$(QT_VER)"
|
qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)"
|
||||||
displayName: Qt cache
|
displayName: Qt cache
|
||||||
|
|
||||||
# - task: Cache@2
|
# - task: Cache@2
|
||||||
@ -211,10 +211,10 @@ jobs:
|
|||||||
|
|
||||||
- task: Cache@2
|
- task: Cache@2
|
||||||
inputs:
|
inputs:
|
||||||
key: qt | "$(Agent.OS)" | "$(QT_VER)"
|
key: qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)"
|
||||||
path: /tmp/Qt
|
path: /tmp/Qt
|
||||||
restoreKeys: |
|
restoreKeys: |
|
||||||
qt | "$(Agent.OS)" | "$(QT_VER)"
|
qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)"
|
||||||
displayName: Qt cache
|
displayName: Qt cache
|
||||||
|
|
||||||
# - task: Cache@2
|
# - task: Cache@2
|
||||||
|
Loading…
Reference in New Issue
Block a user