gounthar commented on PR #49556:
URL: https://github.com/apache/arrow/pull/49556#issuecomment-4108621770
Update on the C++ CI work: got the Docker-based build running on a RISE
riscv64 runner (ubuntu-24.04-riscv). The build itself completes (2257 C++
files, ~4h), but the test suite crashes systematically - all 59 test binaries
fail in ~2 seconds each, which looks like a SIGILL or similar
architecture-level issue.
The Docker image build had a couple of hurdles:
- `install_minio.sh` crashes on unknown arches due to `set -u` + unbound
array key (one-line fix: `${archs[$arch]:-}`)
- Docker 26.1.5 on the runner has a BuildKit bug; works with
`DOCKER_BUILDKIT=0`
I'm going to run the tests directly on native hardware (BananaPi F3) to get
the actual error output - the CI redirects test logs into files so the crash
reason isn't visible. Will report back with the findings.
Fork CI run: https://github.com/gounthar/arrow/actions/runs/23411999463
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]