andygrove commented on code in PR #4423:
URL: https://github.com/apache/datafusion-comet/pull/4423#discussion_r3299585955
##########
.github/actions/setup-builder/action.yaml:
##########
@@ -33,8 +33,7 @@ runs:
shell: bash
run: |
apt-get update
- apt-get install -y protobuf-compiler
- apt-get install -y clang
+ apt-get install -y protobuf-compiler clang cmake libgeos-dev
Review Comment:
I don't think we should be adding dependencies on C++ libraries, especially
when they are LGPL
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]