Skip to content

Commit

Permalink
chore(ci): Use ARCHERY_INTEGRATION_TEST_TARGET_LANGUAGES to reduce in…
Browse files Browse the repository at this point in the history
…tegration test matrix (#611)

Thanks to apache/arrow#44062 , we can run
fewer jobs in our integration test matrix (and benefit from better
GitHub actions grouping!).
  • Loading branch information
paleolimbot authored Sep 17, 2024
1 parent 396d851 commit b3deaaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit b3deaaf

Please sign in to comment.