SIGN IN SIGN UP
apache / airflow UNCLAIMED

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

44796 0 0 Python

Do not use cache to install breeze (#38491)

Using cache for breeze might cause various issues and it does not
really speed up the installation that significantly (installing
breeze is about 20 seconds and restoring cache and checking if
breeze is installed there is ~8 seconds, so we are savig some 10
seconds per build.

Removing cache will make breeze always runs in a clean state and
also it has less potential for potential cache-poisoning issues.
Since cache is shared among multiple workflows and runs, that is also
far safer option from security point of view.
J
Jarek Potiuk committed
4d606813a6fb8e33ba8d58bad6322d3d84e374d3
Parent: 742bf80
Committed by GitHub <noreply@github.com> on 3/26/2024, 9:50:13 AM