potiuk commented on a change in pull request #15438:
URL: https://github.com/apache/airflow/pull/15438#discussion_r619212935
##########
File path: Dockerfile
##########
@@ -42,8 +42,6 @@ ARG AIRFLOW_HOME=/opt/airflow
ARG AIRFLOW_UID="50000"
ARG AIRFLOW_GID="50000"
-ARG CASS_DRIVER_BUILD_CONCURRENCY="8"
Review comment:
I restored it only for CI image as it only makes sense there. For Prod
build we still want to build cassandra driver with cython if not already
available, and I thin the build_concurrency, I seriously doubt someone will
care too much about the potential few minutes improvements there. the variable
is undocumented anyway and I am not sure it is valid still in the latest
cassandra driver.
--
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:
[email protected]