Skip to content

Commit f216386

Browse files
committed
Store cache afresh
1 parent 32f3742 commit f216386

1 file changed

Lines changed: 20 additions & 8 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ jobs:
7878
ubuntu:
7979
- 22.04
8080
env:
81+
ARROW_AZURE: OFF
82+
ARROW_FLIGHT: OFF
83+
ARROW_FLIGHT_SQL: OFF
84+
ARROW_GANDIVA: OFF
85+
ARROW_GCS: OFF
86+
ARROW_ORC: OFF
87+
ARROW_S3: OFF
88+
ARROW_SUBSTRAIT: OFF
8189
UBUNTU: ${{ matrix.ubuntu }}
8290
steps:
8391
- name: Checkout Arrow
@@ -86,11 +94,11 @@ jobs:
8694
persist-credentials: false
8795
fetch-depth: 0
8896
submodules: recursive
89-
- name: Restore Docker Volumes
90-
uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53
91-
with:
92-
path: .docker
93-
key: ruby-ubuntu-${{ matrix.ubuntu }}
97+
# - name: Restore Docker Volumes
98+
# uses: apache/infrastructure-actions/stash/restore@0ba14156c9f4c3cfbe4b0c9f36339ab0f8d81e53
99+
# with:
100+
# path: .docker
101+
# key: ruby-ubuntu-${{ matrix.ubuntu }}
94102
- name: Setup Python
95103
uses: actions/setup-python@v6
96104
with:
@@ -104,9 +112,13 @@ jobs:
104112
run: |
105113
source ci/scripts/util_enable_core_dumps.sh
106114
archery docker run \
107-
-e ARROW_FLIGHT=ON \
108-
-e ARROW_FLIGHT_SQL=ON \
109-
-e ARROW_GCS=ON \
115+
-e ARROW_AZURE=OFF \
116+
-e ARROW_FLIGHT=OFF \
117+
-e ARROW_FLIGHT_SQL=OFF \
118+
-e ARROW_GANDIVA=OFF \
119+
-e ARROW_GCS=OFF \
120+
-e ARROW_S3=OFF \
121+
-e ARROW_SUBSTRAIT=OFF \
110122
-e nlohmann_json_SOURCE=BUNDLED \
111123
-e Protobuf_SOURCE=BUNDLED \
112124
-e gRPC_SOURCE=BUNDLED \

0 commit comments

Comments
 (0)