Skip to content

Commit

Permalink
Use tar
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored Oct 17, 2024
1 parent 95b3016 commit 2ba6b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate-wheels.bat
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ 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
arc unarchive tzdata.tar.xz %USERPROFILE%\Downloads\test\tzdata
tar --extract --file tzdata.tar.xz --directory %USERPROFILE%\Downloads\test\tzdata
set TZDIR=%USERPROFILE%\Downloads\test\tzdata\usr\share\zoneinfo

CALL :verify_wheel 3.9
Expand Down

0 comments on commit 2ba6b37

Please sign in to comment.