rok commented on code in PR #14472:
URL: https://github.com/apache/arrow/pull/14472#discussion_r1008760627


##########
dev/tasks/java-jars/github.yml:
##########
@@ -97,16 +111,21 @@ jobs:
       - name: Download Timezone Database
         shell: bash
         run: arrow/ci/scripts/download_tz_database.sh
+      - name: Install sccache
+        shell: bash
+        run: arrow/ci/scripts/install_sccache.sh pc-windows-msvc $(pwd)/sccache
       - name: Build C++ libraries
         shell: cmd
+        env:
+        {{ macros.github_set_sccache_envvars()|indent(8) }}
         run: |
           call "C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
           REM For ORC
           set TZDIR=/c/msys64/usr/share/zoneinfo
-          bash -c "arrow/ci/scripts/java_jni_windows_build.sh $(pwd)/arrow 
$(pwd)/arrow/cpp-build $(pwd)/arrow/java-dist"
+          bash -c "arrow/ci/scripts/java_jni_windows_build.sh $(pwd)/arrow 
$(pwd)/arrow/cpp-build $(pwd)/arrow/java-dist/x86_64"
       - name: Compress into single artifact to keep directory structure
         shell: bash
-        run: tar -cvzf arrow-shared-libs-windows.tar.gz arrow/java-dist/
+        run: tar -cvzf arrow-shared-libs-windows.tar.gz arrow/java-dist/x86_64/

Review Comment:
   Done. Let's see! :)



-- 
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]

Reply via email to