summaryrefslogtreecommitdiff
path: root/Meta/Azure
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-09-02 10:27:46 -0400
committerTim Flynn <trflynn89@pm.me>2022-09-05 14:37:16 -0400
commit89d1813b5de9fdad9021d88116e25cf98b5d6ad2 (patch)
tree01cceccf581e21688d317f848299f4f428c0ff66 /Meta/Azure
parente3e0602833af4cee5fa57e6300c516364920d2c5 (diff)
downloadserenity-89d1813b5de9fdad9021d88116e25cf98b5d6ad2.zip
LibUnicode: Move CLDR data generators to a LibLocale subfolder
To prepare for placing all CLDR generated data in a new library, LibLocale, this moves the code generators for the CLDR data to the LibLocale subfolder.
Diffstat (limited to 'Meta/Azure')
-rw-r--r--Meta/Azure/Caches.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Azure/Caches.yml b/Meta/Azure/Caches.yml
index 3b1ca6f93d..19bc88d2d2 100644
--- a/Meta/Azure/Caches.yml
+++ b/Meta/Azure/Caches.yml
@@ -81,7 +81,7 @@ steps:
inputs:
key: '"unicode_locale" | Meta/CMake/unicode_data.cmake | "$(timestamp)"'
restoreKeys: |
- "unicode_locale" | Meta/CMake/unicode_data.cmake
+ "unicode_locale" | Meta/CMake/locale_data.cmake
path: $(Build.SourcesDirectory)/${{ parameters.build_directory }}/CLDR
displayName: 'UnicodeLocale Cache'