Skip to content

Commit

Permalink
Use zoneinfo by MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2024
1 parent 0367e95 commit d43d971
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dev/release/verify-release-candidate-wheels.bat
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@ call deactivate

set ARROW_TEST_DATA=%cd%\arrow\testing\data
set PARQUET_TEST_DATA=%cd%\arrow\cpp\submodules\parquet-testing\data

@rem Download IANA Timezone Database for ORC C++
curl https://cygwin.osuosl.org/noarch/release/tzdata/tzdata-2024a-1.tar.xz --output tzdata.tar.xz || exit /B
mkdir %USERPROFILE%\Downloads\test\tzdata
tar --extract --file tzdata.tar.xz --directory %USERPROFILE%\Downloads\test\tzdata
set TZDIR=%USERPROFILE%\Downloads\test\tzdata\usr\share\zoneinfo
set TZDIR=c:\msys64\usr\share\zoneinfo

CALL :verify_wheel 3.9
if errorlevel 1 GOTO error
Expand Down

0 comments on commit d43d971

Please sign in to comment.