Skip to content

build: rerun build on build-dependant env variable

Vegard Sandengen requested to merge rerun-build-on-env-change into master

If the variable DOCKERTEST_BUILD_TEST_IMAGES is set, the build.rs is meant to build the local docker images. However, if this environment changes without any other source or build changes, then it should be re-run.

This is a quality of life improvement.

Merge request reports