]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/docker: add NOFETCH env variable for testing
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 23 Oct 2024 11:33:50 +0000 (12:33 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 24 Oct 2024 08:56:01 +0000 (09:56 +0100)
commit16cacff7b49d20149a93963e2768c7d7572ad195
tree71b5037cd4b19657653eda2feadee4d225ca7846
parent13aae9b4b466720ad34e2140da030997be5edd0e
tests/docker: add NOFETCH env variable for testing

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

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241023113406.1284676-3-alex.bennee@linaro.org>
tests/docker/Makefile.include