This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new b3deaafd chore(ci): Use ARCHERY_INTEGRATION_TEST_TARGET_LANGUAGES to
reduce integration test matrix (#611)
b3deaafd is described below
commit b3deaafd2d0cef9d8ff5bfac6ade48bab9cd34ba
Author: Dewey Dunnington <[email protected]>
AuthorDate: Tue Sep 17 11:33:45 2024 -0500
chore(ci): Use ARCHERY_INTEGRATION_TEST_TARGET_LANGUAGES to reduce
integration test matrix (#611)
Thanks to https://github.com/apache/arrow/issues/44062 , we can run
fewer jobs in our integration test matrix (and benefit from better
GitHub actions grouping!).
---
docker-compose.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docker-compose.yml b/docker-compose.yml
index ca629170..2fb86c93 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -53,6 +53,8 @@ services:
dockerfile: ci/docker/integration.dockerfile
volumes:
- ${NANOARROW_DOCKER_SOURCE_DIR}:/arrow-integration/nanoarrow
+ environment:
+ ARCHERY_INTEGRATION_TARGET_LANGUAGES: "nanoarrow"
command:
["echo '::group::Build nanoarrow' &&
conda run --no-capture-output
/arrow-integration/ci/scripts/nanoarrow_build.sh /arrow-integration /build &&