jduo commented on code in PR #13532:
URL: https://github.com/apache/arrow/pull/13532#discussion_r918055048


##########
.github/workflows/cpp.yml:
##########
@@ -197,12 +197,21 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os:
-          - windows-2019
         include:
           - os: windows-2019
-            name: Windows 2019
+            name: Windows 2019 x64
             generator: Visual Studio 16 2019
+            platform: x64
+            openssl-n-bits: 64

Review Comment:
   These are build variables in the GitHub workflow.
   Platform is used to specify the CPU configuration to build using MSBuild.
   openssl-n-bits is used to expand the directory name that OpenSSL got 
installed to using the chocalatey package manager.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to