Skip to content

Commit b212899

Browse files
authored
Remove unused restoreKey in Azure ccache (#806)
Restore key may prevent correct ccache hit. Relates-To: OLPEDGE-1731 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent 82f17e2 commit b212899

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ jobs:
7373
inputs:
7474
key: 'ccache | "$(Agent.OS)" | ./week_number.txt '
7575
path: $(CCACHE_DIR)
76-
restoreKeys: |
77-
ccache | "$(Agent.OS)"
7876
displayName: ccache
7977
- bash: scripts/linux/psv/build_psv.sh
8078
displayName: 'Linux Clang Build'

0 commit comments

Comments
 (0)