Skip to content

Commit 94e17b2

Browse files
committed
Store cache afresh
1 parent 32f3742 commit 94e17b2

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ concurrency:
5959
cancel-in-progress: true
6060

6161
permissions:
62+
actions: read
6263
contents: read
6364

6465
env:
@@ -104,9 +105,15 @@ jobs:
104105
run: |
105106
source ci/scripts/util_enable_core_dumps.sh
106107
archery docker run \
107-
-e ARROW_FLIGHT=ON \
108-
-e ARROW_FLIGHT_SQL=ON \
109-
-e ARROW_GCS=ON \
108+
-e ARROW_AZURE=OFF \
109+
-e ARROW_FLIGHT=OFF \
110+
-e ARROW_FLIGHT_SQL=OFF \
111+
-e ARROW_GANDIVA=OFF \
112+
-e ARROW_GCS=OFF \
113+
-e ARROW_ORC=OFF \
114+
-e ARROW_S3=OFF \
115+
-e ARROW_SUBSTRAIT=OFF \
116+
-e ARROW_WITH_OPENTELEMETRY=OFF \
110117
-e nlohmann_json_SOURCE=BUNDLED \
111118
-e Protobuf_SOURCE=BUNDLED \
112119
-e gRPC_SOURCE=BUNDLED \
@@ -381,7 +388,7 @@ jobs:
381388
ARROW_WITH_SNAPPY: ON
382389
ARROW_WITH_ZLIB: ON
383390
ARROW_WITH_ZSTD: ON
384-
CCACHE_DIR: /ccache
391+
CCACHE_DIR: C:/ccache
385392
CMAKE_CXX_STANDARD: "20"
386393
CMAKE_GENERATOR: Ninja
387394
CMAKE_INSTALL_PREFIX: "${{ github.workspace }}/dist"

0 commit comments

Comments
 (0)