qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] travis: add no-TPM build


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH] travis: add no-TPM build
Date: Mon, 18 Dec 2017 12:35:52 -0300

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 <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
Based-on: address@hidden

 .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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]