h-vetinari commented on issue #48874: URL: https://github.com/apache/arrow/issues/48874#issuecomment-3783117771
> So perhaps you were downloading/installing the tzdb in AppData before? It's not impossible that the windows images used to contain a tzdb in AppData due to something else (unrelated to our build process). For the testing we've done, it's only ever been something very close to the following: ```bat :: cmake config etc. cmake --build . --config Release if %ERRORLEVEL% neq 0 exit 1 npm install -g azurite set ARROW_TEST_DATA=%SRC_DIR%\testing\data set PARQUET_TEST_DATA=%SRC_DIR%\cpp\submodules\parquet-testing\data ctest --progress --output-on-failure if %ERRORLEVEL% neq 0 exit 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
