apache / arrow-nanoarrow

Helpers for Arrow C Data & Arrow C Stream interfaces
https://arrow.apache.org/nanoarrow
Apache License 2.0
174 stars 38 forks source link

chore(ci): Fix tests for centos7 and s390x #642

Closed paleolimbot closed 1 month ago

paleolimbot commented 1 month ago

A few tests were failing on the centos7 run, which these days mostly checks for accidental C++17 or R >= 4.0 usage or Arrow > 9.0.0 usage in the tests.

Closes #640.

Checked with:

export NANOARROW_PLATFORM=centos7 
docker compose run --rm verify       

and

export NANOARROW_PLATFORM=alpine
export NANOARROW_ARCH=s390x
docker compose run --rm verify