Skip to content

Commit 986e5c1

Browse files
committed
EXP: [CI][C++] Fix Docker caching on JNI builds
1 parent 51131e2 commit 986e5c1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/cpp_extra.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ permissions:
6464
contents: read
6565
pull-requests: read
6666

67+
env:
68+
ARCHERY_DEBUG: 1
69+
ARROW_ENABLE_TIMING_TESTS: OFF
70+
DOCKER_VOLUME_PREFIX: ".docker/"
71+
6772
jobs:
6873
check-labels:
6974
uses: ./.github/workflows/check_labels.yml
@@ -122,10 +127,6 @@ jobs:
122127
-e CMAKE_CXX_STANDARD=23
123128
runs-on: ubuntu-latest
124129
title: AMD64 Debian C++23
125-
env:
126-
ARCHERY_DEBUG: 1
127-
ARROW_ENABLE_TIMING_TESTS: OFF
128-
DOCKER_VOLUME_PREFIX: ".docker/"
129130
steps:
130131
- name: Checkout Arrow
131132
uses: actions/checkout@v7

0 commit comments

Comments
 (0)