Chris1000DC commented on code in PR #45103:
URL: https://github.com/apache/airflow/pull/45103#discussion_r1923681764


##########
airflow/cli/commands/local_commands/fastapi_api_command.py:
##########
@@ -24,6 +24,8 @@
 import textwrap
 
 import uvicorn
+from gunicorn.util import daemonize
+from setproctitle import setproctitle
 

Review Comment:
   =/tmp/32-bit-chroot
   kcov_deps=libdw-dev libelf-dev elfutils libcurl4-openssl-dev python python3 
cmake binutils-dev git
   
   .PHONY: prepare_environment
   
   build_reference:
        mkdir -p reference/src reference/build
        cd reference/ && git clone https://github.com/SimonKagstrom/kcov.git
        cd reference/kcov && git checkout v23
        cd reference/build && cmake ../



##########
airflow/cli/commands/local_commands/fastapi_api_command.py:
##########
@@ -75,6 +77,10 @@ def fastapi_api(args):
             process.wait()

Review Comment:
   =/tmp/32-bit-chroot
   kcov_deps=libdw-dev libelf-dev elfutils libcurl4-openssl-dev python python3 
cmake binutils-dev git
   
   .PHONY: prepare_environment
   
   build_reference:
        mkdir -p reference/src reference/build
        cd reference/ && git clone https://github.com/SimonKagstrom/kcov.git
        cd reference/kcov && git checkout v23
        cd reference/build && cmake ../



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