szaszm commented on code in PR #1319:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1319#discussion_r863610804
##########
aptitude.sh:
##########
@@ -44,7 +44,7 @@ bootstrap_cmake(){
build_deps(){
## need to account for debian
compiler_pkgs="gcc g++"
- if [[ "$OS" = Ubuntu* ]]; then
+ if [[ "$OS" = Ubuntu* && "$OS_MAJOR" -lt 22 ]]; then
Review Comment:
They are not required for a successful build. We just no longer install
dependencies from 3rd party repos that are recent enough in the official ones.
--
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]