Skip to content

Commit 178ef99

Browse files
authored
Add environment variable definitions to run the nanoarrow integration tests (#5764)
* maybe run the nanoarrow tests * try to pass the location of nanoarrow to archery * fix name
1 parent 78bda14 commit 178ef99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,17 @@ jobs:
5757
env:
5858
ARROW_USE_CCACHE: OFF
5959
ARROW_CPP_EXE_PATH: /build/cpp/debug
60+
ARROW_NANOARROW_PATH: /build/nanoarrow
6061
ARROW_RUST_EXE_PATH: /build/rust/debug
6162
BUILD_DOCS_CPP: OFF
6263
ARROW_INTEGRATION_CPP: ON
6364
ARROW_INTEGRATION_CSHARP: ON
6465
ARROW_INTEGRATION_GO: ON
6566
ARROW_INTEGRATION_JAVA: ON
6667
ARROW_INTEGRATION_JS: ON
68+
ARCHERY_INTEGRATION_WITH_NANOARROW: "1"
6769
# https://github.com/apache/arrow/pull/38403/files#r1371281630
68-
ARCHERY_INTEGRATION_WITH_RUST: ON
70+
ARCHERY_INTEGRATION_WITH_RUST: "1"
6971
# These are necessary because the github runner overrides $HOME
7072
# https://github.com/actions/runner/issues/863
7173
RUSTUP_HOME: /root/.rustup

0 commit comments

Comments
 (0)