1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:57:45 +00:00

CI: Cache downloaded Unicode CLDR database

This commit is contained in:
Timothy Flynn 2021-08-24 23:31:21 -04:00 committed by Linus Groh
parent ea21573ed8
commit e883792fd4
2 changed files with 13 additions and 0 deletions

View file

@ -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