On Wed, Jun 23, 2021 at 11:23 AM Daniel P. Berrangé <[email protected]> wrote: > > In preparation for switching to auto-generated dockerfiles, remove the > FEATURES env variable. The equivalent functionality can be achieved in > most cases by just looking for existance of a binary.
s/existance/existence/ > > The cases which don't correspond to binaries are simply dropped because > configure/meson will probe for any requested feature anyway. > > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > tests/docker/common.rc | 19 ++++++++++++++----- > tests/docker/dockerfiles/debian10.docker | 2 -- > .../dockerfiles/fedora-win32-cross.docker | 1 - > .../dockerfiles/fedora-win64-cross.docker | 1 - > tests/docker/dockerfiles/fedora.docker | 1 - > tests/docker/dockerfiles/ubuntu.docker | 1 - > tests/docker/dockerfiles/ubuntu1804.docker | 1 - > tests/docker/dockerfiles/ubuntu2004.docker | 1 - > tests/docker/run | 3 --- > tests/docker/test-clang | 2 +- > tests/docker/test-debug | 2 +- > tests/docker/test-mingw | 3 ++- > tests/docker/test-misc | 2 +- > tests/docker/test-tsan | 2 +- > 14 files changed, 20 insertions(+), 21 deletions(-) > Reviewed-by: Willian Rampazzo <[email protected]>
