Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/cpp.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -123,7 +123,7 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: Restore Docker Volumes
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: .docker
key: cpp-${{ matrix.image }}
Expand DownExpand Up@@ -262,7 +262,7 @@ jobs:
run: |
echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: cpp-ccache-macos-${{ matrix.macos-version }}
Expand DownExpand Up@@ -377,7 +377,7 @@ jobs:
shell: msys2 {0}
run: ci/scripts/msys2_setup.sh cpp
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ccache
key: cpp-ccache-${{ matrix.msystem_lower}}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/cpp_extra.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -141,7 +141,7 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: Restore Docker Volumes
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: .docker
key: cpp-extra-${{ matrix.image }}
Expand DownExpand Up@@ -230,7 +230,7 @@ jobs:
run: |
ci/scripts/util_free_space.sh
- name: Restore Docker Volumes
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: .docker
key: jni-${{ matrix.platform.runs-on }}
Expand DownExpand Up@@ -307,7 +307,7 @@ jobs:
run: |
echo "CCACHE_DIR=${PWD}/ccache" >> ${GITHUB_ENV}
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ccache
key: jni-macos
Expand DownExpand Up@@ -408,7 +408,7 @@ jobs:
echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT

- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: jni-windows
Expand DownExpand Up@@ -511,7 +511,7 @@ jobs:
docker compose up -d dremio
cpp/src/arrow/flight/sql/odbc/tests/dremio/set_up_dremio_instance.sh
- name: Restore Docker Volumes
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: .docker
key: ubuntu-cpp-odbc
Expand DownExpand Up@@ -601,7 +601,7 @@ jobs:
run: |
echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: cpp-odbc-ccache-macos-${{ matrix.macos-version }}-${{ matrix.build-type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp_windows.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -111,7 +111,7 @@ jobs:
run: |
echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: cpp-ccache-windows-${{ inputs.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_linux.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -187,7 +187,7 @@ jobs:
echo "ARROW_VERSION=${version}" >> "${GITHUB_ENV}"
fi
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ${{ env.BUILD_DIR }}/${{ env.TARGET }}
key: package-linux-${{ matrix.id }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -107,7 +107,7 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: Restore Docker Volumes
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: .docker
key: python-${{ matrix.name }}
Expand DownExpand Up@@ -216,7 +216,7 @@ jobs:
shell: bash
run: echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: python-ccache-macos-${{ matrix.macos-version }}
Expand DownExpand Up@@ -292,7 +292,7 @@ jobs:
run: |
echo "usr-windows-dir="$(cygpath --absolute --windows /usr)"" >> $GITHUB_OUTPUT
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ${{ env.CCACHE_DIR }}
key: python-ccache-windows
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -88,7 +88,7 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: Restore Docker Volumes
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: .docker
key: ruby-ubuntu-${{ matrix.ubuntu }}
Expand DownExpand Up@@ -192,7 +192,7 @@ jobs:
shell: bash
run: echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: ruby-ccache-macos
Expand DownExpand Up@@ -278,7 +278,7 @@ jobs:
run: |
ridk exec bash ci\scripts\msys2_setup.sh ruby
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
# CCACHE_DIR is set by `msys2_setup.sh`
path: ${{ env.CCACHE_DIR }}
Expand DownExpand Up@@ -415,7 +415,7 @@ jobs:
run: |
ci/scripts/ccache_setup.sh
- name: Restore ccache
uses: apache/infrastructure-actions/stash/restore@69afc125e535c4c41e7f1b7470f583087e0f344b
uses: apache/infrastructure-actions/stash/restore@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7
with:
path: ${{ env.CCACHE_DIR }}
key: ruby-ccache-msvc
Expand Down
Loading