qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] travis: add no-TPM build
@ 2017-12-18 15:35 Philippe Mathieu-Daudé
  2017-12-18 16:21 ` no-reply
  2017-12-19 10:54 ` Cornelia Huck
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-12-18 15:35 UTC (permalink / raw)
  To: Alex Bennée, Fam Zheng, Stefan Berger, Cornelia Huck
  Cc: Philippe Mathieu-Daudé, qemu-devel

Use CI to avoid TPM bitrot:
  hw/core/qdev-properties-system.o: In function `release_tpm':
  hw/core/qdev-properties-system.c:291: undefined reference to `tpm_backend_reset'

Reported-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
Based-on: 20171218140002.23677-1-cohuck@redhat.com

 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index f583839755..b4232ff2f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,6 +90,9 @@ matrix:
     - env: CONFIG="--disable-tcg"
            TEST_CMD=""
       compiler: gcc
+    - env: CONFIG="--disable-tpm"
+           TEST_CMD=""
+      compiler: gcc
     - env: CONFIG=""
       os: osx
       compiler: clang
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-20 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18 15:35 [Qemu-devel] [PATCH] travis: add no-TPM build Philippe Mathieu-Daudé
2017-12-18 16:21 ` no-reply
2017-12-18 17:09   ` Philippe Mathieu-Daudé
2017-12-19 10:54 ` Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).