Skip to content

Commit

Permalink
chore(ci): Stop skipping Rust integration tests (#703)
Browse files Browse the repository at this point in the history
After apache/arrow-rs#6426 , the issue causing
the arrow-rs integration has been fixed!
  • Loading branch information
paleolimbot authored Jan 8, 2025
1 parent 7a80870 commit ec67a72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ services:
- ${NANOARROW_DOCKER_SOURCE_DIR}:/arrow-integration/nanoarrow
environment:
ARCHERY_INTEGRATION_TARGET_IMPLEMENTATIONS: "nanoarrow"
# Rust writes invalid flatbuffers:
# https://github.com/apache/arrow-rs/issues/5052
ARCHERY_INTEGRATION_WITH_RUST: "0"
ARCHERY_INTEGRATION_WITH_RUST: "1"
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 ec67a72

Please sign in to comment.