From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9vo5-0007hR-D8 for qemu-devel@nongnu.org; Mon, 06 Jun 2016 10:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9vo3-0000Bg-AZ for qemu-devel@nongnu.org; Mon, 06 Jun 2016 10:47:08 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:36634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9vo3-0000Bb-4p for qemu-devel@nongnu.org; Mon, 06 Jun 2016 10:47:07 -0400 Received: by mail-wm0-x244.google.com with SMTP id m124so15976040wme.3 for ; Mon, 06 Jun 2016 07:47:06 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 6 Jun 2016 16:46:57 +0200 Message-Id: <1465224417-141321-7-git-send-email-pbonzini@redhat.com> In-Reply-To: <1465224417-141321-1-git-send-email-pbonzini@redhat.com> References: <1465224417-141321-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 6/6] tests/docker: build all targets in test-clang List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: famz@redhat.com Warnings specific to clang may affect devices that are not build by x86_64-softmmu and aarch64-softmmu. Build all targets since that is also what Peter does. Signed-off-by: Paolo Bonzini --- tests/docker/test-clang | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/docker/test-clang b/tests/docker/test-clang index 6745dbe..60e4e97 100755 --- a/tests/docker/test-clang +++ b/tests/docker/test-clang @@ -20,7 +20,5 @@ OPTS="--enable-debug --cxx=clang++ --cc=clang --host-cc=clang" # See also: https://bugzilla.redhat.com/show_bug.cgi?id=1263834 #OPTS="$OPTS --extra-cflags=-fsanitize=undefined \ #--extra-cflags=-fno-sanitize=float-divide-by-zero" -DEF_TARGET_LIST="$(echo {x86_64,aarch64}-softmmu)" -TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \ build_qemu $OPTS make $MAKEFLAGS check -- 1.8.3.1