LibTimeZone: Remove LibTimeZone and TZDB data

All users have been ported to the ICU implementation.
This commit is contained in:
Timothy Flynn
2024-06-25 15:45:24 -04:00
committed by Andreas Kling
parent 672a555f98
commit bd73dd316d
15 changed files with 0 additions and 1586 deletions

View File

@@ -68,14 +68,6 @@ runs:
CCACHE_DIR=${{ inputs.serenity_ccache_path }} ccache -s
CCACHE_DIR=${{ inputs.serenity_ccache_path }} ccache -z
- name: 'TimeZoneData cache'
uses: actions/cache@v4
with:
path: ${{ inputs.download_cache_path }}/TZDB
key: TimeZoneData-${{ hashFiles('Meta/CMake/time_zone_data.cmake') }}-${{ steps.date-stamp.outputs.timestamp }}
restore-keys: |
TimeZoneData-${{ hashFiles('Meta/CMake/time_zone_data.cmake') }}
- name: Export vcpkg GitHub Actions cache environment variables
uses: actions/github-script@v7
with: