Re: [PATCH v2 02/20] tests/docker: add NOFETCH env variable for testing

2024-10-22 Thread Pierrick Bouvier
On 10/22/24 03:55, Alex Bennée wrote: Testing non-auto built docker containers (i.e. custom built compilers) is a bit fiddly as you couldn't continue a build with a previously locally built container. While you can play games with REGISTRY its simpler to allow a NOFETCH that will go through the c

[PATCH v2 02/20] tests/docker: add NOFETCH env variable for testing

2024-10-22 Thread Alex Bennée
Testing non-auto built docker containers (i.e. custom built compilers) is a bit fiddly as you couldn't continue a build with a previously locally built container. While you can play games with REGISTRY its simpler to allow a NOFETCH that will go through the cached build process when you run the tes