WillAyd commented on code in PR #694:
URL: https://github.com/apache/arrow-nanoarrow/pull/694#discussion_r1898134638


##########
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:
   I haven't been able to get the docker compose run to work locally - getting 
an error 
   
   ```sh
   /coverage.sh: line 88: gcovr: command not found
   ```
   
   Although I am installing here. Is this not the right place? 



-- 
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]

Reply via email to