From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfM-00050o-OA for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfM-00020A-2O for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:16 -0500 Received: from mail-wm1-x330.google.com ([2a00:1450:4864:20::330]:51079) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfL-0001zJ-O2 for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:15 -0500 Received: by mail-wm1-x330.google.com with SMTP id x7so7423824wmj.0 for ; Wed, 20 Feb 2019 09:28:15 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Wed, 20 Feb 2019 17:28:07 +0000 Message-Id: <20190220172811.10588-5-alex.bennee@linaro.org> In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v1 4/8] .travis.yml: Remove disable-uuid List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, peter.maydell@linaro.org, "Dr. David Alan Gilbert" , Thomas Huth , =?UTF-8?q?Alex=20Benn=C3=A9e?= From: "Dr. David Alan Gilbert" Commit 315d3184525 turned --disable-uuid into a warning only; remove the check from Travis. Signed-off-by: Dr. David Alan Gilbert Message-Id: <20190215094502.32149-2-dgilbert@redhat.com> Reviewed-by: Thomas Huth Signed-off-by: Alex Bennée --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 61b086b8b8..cca57f4314 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,7 @@ matrix: - env: - - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication" + - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-libusb --disable-user --disable-replication" - env: -- 2.20.1