The GitHub Actions job "CodeQL" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e38322f28bdd90a1ebc4ae7b91448df9821805f4 / Jarek Potiuk <[email protected]>
Move docker installation to inside the os_dependencies script (#27411)

The Dockerfile.ci had a bug - installation of docker CLI for
ARM images was done with the x86 docker. This caused the binary
to be ~15 slower on emulated devices but it also seemed to break
the cache for the ARM images (or so it seems).

This change fixes this in two ways:

1) the docker installation happens inside the scripts which are
   shared between the PROD and CI image - this means that the
   docker binary should be available in PROD and CI image.

2) the installation picks the right binary, depending on the
   platform and likely not causing cache invalidation

Report URL: https://github.com/apache/airflow/actions/runs/3363345443

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to