potiuk commented on code in PR #25251:
URL: https://github.com/apache/airflow/pull/25251#discussion_r928143030


##########
scripts/ci/docker-compose/local.yml:
##########
@@ -27,12 +27,6 @@ services:
     # tests (such as logs)
     volumes:
       # START automatically generated volumes from VOLUMES_FOR_SELECTED_MOUNTS 
in docker_command_utils.py
-      - type: bind

Review Comment:
   > This is great, I will try with the `local-all-sources.yml` but it also 
contains the same breaking mounts as `local.yml`
   
   Those mounts are not breaking. Bind mounts are very different from those 
"old style" mounts. The "old style" mounts will automatically create missing 
"sources" as empty dirs. Not PERFECT for local development, but good enough for 
codespaces.



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