This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 880b1e4b9e ARROW-16312: [C++][CI] Install tzdata in the windows 
verification builds
880b1e4b9e is described below

commit 880b1e4b9e1d3d0230f57478a6973c43ab50e580
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Mon Apr 25 13:53:00 2022 +0200

    ARROW-16312: [C++][CI] Install tzdata in the windows verification builds
    
    The build now fails with a different error: 
https://github.com/ursacomputing/crossbow/runs/6154173225?check_suite_focus=true
    
    Closes #12983 from kszucs/win-verification-tzdata
    
    Authored-by: Krisztián Szűcs <[email protected]>
    Signed-off-by: Krisztián Szűcs <[email protected]>
---
 dev/tasks/verify-rc/github.win.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev/tasks/verify-rc/github.win.yml 
b/dev/tasks/verify-rc/github.win.yml
index ed5a86379e..67ebb39a87 100644
--- a/dev/tasks/verify-rc/github.win.yml
+++ b/dev/tasks/verify-rc/github.win.yml
@@ -38,6 +38,11 @@ jobs:
         run: |
           choco install boost-msvc-14.1
           choco install wget
+
+      - name: Download Timezone Database
+        shell: bash
+        run: arrow/ci/scripts/download_tz_database.sh
+
       - name: Run verification
         shell: cmd
         run: |

Reply via email to