WillAyd commented on code in PR #694:
URL: https://github.com/apache/arrow-nanoarrow/pull/694#discussion_r1898189788
##########
ci/docker/ubuntu.dockerfile:
##########
@@ -20,7 +20,7 @@ ARG NANOARROW_ARCH
FROM --platform=linux/${NANOARROW_ARCH} ubuntu:latest
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
- locales git cmake r-base gnupg curl valgrind gfortran python3-venv
python3-dev doxygen pandoc lcov \
+ locales git cmake r-base gnupg curl valgrind gfortran python3-venv
python3-dev doxygen pandoc gcovr \
Review Comment:
Ah OK cool - just pushed it up using the local image for now. You might want
to take a look at the CI output if that's been of value to you in the past. The
gcovr output is slightly different than what lcov provides
--
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]