Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 24, 2024
1 parent f7ee4ca commit 39084c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/scripts/download_tz_database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
set -ex

# Download database
curl https://data.iana.org/time-zones/releases/tzdata2021e.tar.gz --output ~/Downloads/tzdata2021e.tar.gz
curl https://data.iana.org/time-zones/releases/tzdata2024b.tar.gz --output ~/Downloads/tzdata.tar.gz

# Extract
mkdir -p ~/Downloads/tzdata
ls -lah ~/Downloads/tzdata
tar --extract --file ~/Downloads/tzdata2021e.tar.gz --directory ~/Downloads/tzdata --verbose
grep -r Mexico ~/Downloads/tzdata
tar --extract --file ~/Downloads/tzdata.tar.gz --directory ~/Downloads/tzdata

# Download Windows timezone mapping
curl https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/windowsZones.xml --output ~/Downloads/tzdata/windowsZones.xml
1 change: 1 addition & 0 deletions dev/release/verify-release-candidate-wheels.bat
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ call deactivate
set ARROW_TEST_DATA=%cd%\arrow\testing\data
set PARQUET_TEST_DATA=%cd%\arrow\cpp\submodules\parquet-testing\data


CALL :verify_wheel 3.9
if errorlevel 1 GOTO error

Expand Down

0 comments on commit 39084c9

Please sign in to comment.