From e883792fd43be6ef0c73471a559f20ea814a8280 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 24 Aug 2021 23:31:21 -0400 Subject: CI: Cache downloaded Unicode CLDR database --- Meta/Azure/Caches.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Meta/Azure') 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 -- cgit v1.2.3