[v2 2/2] Dockerfile: Populate a pip cache

Simon Glass sjg at chromium.org
Mon Mar 27 06:00:24 CEST 2023


On Fri, 24 Mar 2023 at 07:58, Tom Rini <trini at konsulko.com> wrote:
>
> Given the number of jobs in CI we have which use python and pip install
> packages, we should do this once in the Dockerfile, in order to populate
> the cache. We let each job continue to create and use the virtual
> environments they need to facilitate making updates to these
> environments easier.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Changes in v2:
> - Comment on why we wget
> - Drop commented out portion
> ---
>  tools/docker/Dockerfile | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list