summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-08-24 23:31:21 -0400
committerLinus Groh <mail@linusgroh.de>2021-08-26 22:04:09 +0100
commite883792fd43be6ef0c73471a559f20ea814a8280 (patch)
treeb7b443438281ca5b9fb37f7ed3a4fb15da377d06 /Meta
parentea21573ed8ddf75614f3a3c5f0e761459f35a396 (diff)
downloadserenity-e883792fd43be6ef0c73471a559f20ea814a8280.zip
CI: Cache downloaded Unicode CLDR database
Diffstat (limited to 'Meta')
-rw-r--r--Meta/Azure/Caches.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Meta/Azure/Caches.yml b/Meta/Azure/Caches.yml
index 99a9b1aa27..5d1f2abfb2 100644
--- a/Meta/Azure/Caches.yml
+++ b/Meta/Azure/Caches.yml
@@ -38,6 +38,12 @@ steps:
path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/UCD
displayName: 'UnicodeData Cache'
+ - task: Cache@2
+ inputs:
+ key: '"unicode_locale" | Userland/Libraries/LibUnicode/unicode_data.cmake'
+ path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/CLDR
+ displayName: 'UnicodeLocale Cache'
+
- script: |
ccache -M 5G
ccache -s