You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/18 22:31:14 UTC

[GitHub] [arrow] jorgecarleitao edited a comment on pull request #7797: ARROW-4189 [Rust] Added coverage report.

jorgecarleitao edited a comment on pull request #7797:
URL: https://github.com/apache/arrow/pull/7797#issuecomment-660551616


   I investigated how to add this to the docker image. It is possible, but we need to run the image using `--security-opt seccomp=unconfined` as [explained here](https://crates.io/crates/cargo-tarpaulin#docker). Since `docker-compose run` is executed through dev/archery, we need to add this option to `dev/archery`.
   
   Note that this argument introduces a couple of attack vectors to the docker orchestration - I am not even sure if travis accepts it. Regardless, let me know your thoughts on this @sunchao .
   
   For reference, the error that I get (locally and on the CI) when this argument is not passed is shown in [these logs](https://github.com/jorgecarleitao/arrow/runs/885629631?check_suite_focus=true).


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org