diff options
| author | Daniel P. Berrangé | 2021-07-09 16:29:38 +0200 |
|---|---|---|
| committer | Alex Bennée | 2021-07-14 15:33:53 +0200 |
| commit | 888673bbb9f5dc8e35c4747ddd1addba251a9a47 (patch) | |
| tree | 688a52a1195490e4a63f1bbd809bbe5661dff296 /tests/docker/test-debug | |
| parent | tests/docker: use explicit docker.io registry (diff) | |
| download | qemu-888673bbb9f5dc8e35c4747ddd1addba251a9a47.tar.gz qemu-888673bbb9f5dc8e35c4747ddd1addba251a9a47.tar.xz qemu-888673bbb9f5dc8e35c4747ddd1addba251a9a47.zip | |
tests/docker: remove FEATURES env var from templates
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.
The cases which don't correspond to binaries are simply dropped because
configure/meson will probe for any requested feature anyway.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210623142245.307776-6-berrange@redhat.com>
Message-Id: <20210709143005.1554-14-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/test-debug')
| -rwxr-xr-x | tests/docker/test-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/test-debug b/tests/docker/test-debug index c050fa0d93..f52f16328c 100755 --- a/tests/docker/test-debug +++ b/tests/docker/test-debug @@ -14,7 +14,7 @@ . common.rc -requires clang asan +requires_binary clang cd "$BUILD_DIR" |
