From nobody Sun May 19 07:16:26 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1618388459; cv=none; d=zohomail.com; s=zohoarc; b=aO17Dtw52Otzcwkxu9IUPJ8saVbtAbQ+TpduCSFEixM1zq9Ld/W8NhcL+oqa9FTvLYCNI6xiBwqw478h7ISLLpqsj7Tgj9FlrYb+XLSXUedlF83RGhVfF3Q498dYco3yBNa5FehgPdUko92NNieholXvgk6MBel0ei19xXVx+9c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1618388459; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=9LKkbXoNihWQt0D51fYTu2bQKolsz1YuGbNaDqD31uM=; b=AlUHke62QD75ZZm50kAnW6AmQwZSWsCNE1Bl2ifW2YE8lqAYhTSbti3U5jBAf6MXP+QRaMDQWdUW1acHIIrB8/Al9YgMpF1+9llqqJC6cSlg6lrnROtRehO2t3j77uxLo7sDaHmiHJXFSRN38CKLDkOqa+xJ/6kwPRMv0bGmTLA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1618388458998657.9167157484433; Wed, 14 Apr 2021 01:20:58 -0700 (PDT) Received: from localhost ([::1]:38186 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWald-0002oQ-NW for importer@patchew.org; Wed, 14 Apr 2021 04:20:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakD-0001V7-CP for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:29 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:26797) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakB-0004mM-FK for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:29 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-275-RSsJ8W_mMe-OkoHKJNNrHg-1; Wed, 14 Apr 2021 04:19:24 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 95DDB83DD20; Wed, 14 Apr 2021 08:19:23 +0000 (UTC) Received: from thuth.com (ovpn-112-89.ams2.redhat.com [10.36.112.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id BBE9E5D9CA; Wed, 14 Apr 2021 08:19:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618388366; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9LKkbXoNihWQt0D51fYTu2bQKolsz1YuGbNaDqD31uM=; b=bnrGu6EwQIGVoaiSp2OJQwX6nup2WbE7YHPdknZqzr729gcKO6YPH3z0yQKIyWcEqc9aTQ RrYGAVzv+DSWJy48Mx3DQhhsCeprpEYajDtpcshzfoXD80OmE3pitUCz+Z4HOVqyeK5+l4 GZHHVSNfsjhHe9StSGnOGiaI37NPNJY= X-MC-Unique: RSsJ8W_mMe-OkoHKJNNrHg-1 From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Subject: [RFC PATCH 1/5] tests/docker/dockerfiles: Add ccache to containers where it was missing Date: Wed, 14 Apr 2021 10:19:03 +0200 Message-Id: <20210414081907.871437-2-thuth@redhat.com> In-Reply-To: <20210414081907.871437-1-thuth@redhat.com> References: <20210414081907.871437-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=thuth@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Willian Rampazzo , =?UTF-8?q?Daniel=20P=20=2E=20Berrang=C3=A9?= , Stefan Hajnoczi , Wainer dos Santos Moschetta Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" We're going to enable ccache in our gitlab-CI. Make sure that it is available in all containers. Signed-off-by: Thomas Huth --- tests/docker/dockerfiles/alpine.docker | 1 + tests/docker/dockerfiles/fedora-i386-cross.docker | 1 + tests/docker/dockerfiles/fedora-win32-cross.docker | 1 + tests/docker/dockerfiles/fedora-win64-cross.docker | 1 + tests/docker/dockerfiles/opensuse-leap.docker | 1 + 5 files changed, 5 insertions(+) diff --git a/tests/docker/dockerfiles/alpine.docker b/tests/docker/dockerfi= les/alpine.docker index d63a269aef..a1ef408a6a 100644 --- a/tests/docker/dockerfiles/alpine.docker +++ b/tests/docker/dockerfiles/alpine.docker @@ -9,6 +9,7 @@ ENV PACKAGES \ alsa-lib-dev \ bash \ binutils \ + ccache \ coreutils \ curl-dev \ g++ \ diff --git a/tests/docker/dockerfiles/fedora-i386-cross.docker b/tests/dock= er/dockerfiles/fedora-i386-cross.docker index 966072c08e..66cdb06c19 100644 --- a/tests/docker/dockerfiles/fedora-i386-cross.docker +++ b/tests/docker/dockerfiles/fedora-i386-cross.docker @@ -1,6 +1,7 @@ FROM fedora:33 ENV PACKAGES \ bzip2 \ + ccache \ diffutils \ findutils \ gcc \ diff --git a/tests/docker/dockerfiles/fedora-win32-cross.docker b/tests/doc= ker/dockerfiles/fedora-win32-cross.docker index 81b5659e9c..3733df63e9 100644 --- a/tests/docker/dockerfiles/fedora-win32-cross.docker +++ b/tests/docker/dockerfiles/fedora-win32-cross.docker @@ -4,6 +4,7 @@ FROM fedora:33 ENV PACKAGES \ bc \ bzip2 \ + ccache \ diffutils \ findutils \ gcc \ diff --git a/tests/docker/dockerfiles/fedora-win64-cross.docker b/tests/doc= ker/dockerfiles/fedora-win64-cross.docker index bcb428e724..2564ce4979 100644 --- a/tests/docker/dockerfiles/fedora-win64-cross.docker +++ b/tests/docker/dockerfiles/fedora-win64-cross.docker @@ -4,6 +4,7 @@ FROM fedora:33 ENV PACKAGES \ bc \ bzip2 \ + ccache \ diffutils \ findutils \ gcc \ diff --git a/tests/docker/dockerfiles/opensuse-leap.docker b/tests/docker/d= ockerfiles/opensuse-leap.docker index 0e64893e4a..f7e1cbfbe6 100644 --- a/tests/docker/dockerfiles/opensuse-leap.docker +++ b/tests/docker/dockerfiles/opensuse-leap.docker @@ -5,6 +5,7 @@ ENV PACKAGES \ bc \ brlapi-devel \ bzip2 \ + ccache \ cyrus-sasl-devel \ gcc \ gcc-c++ \ --=20 2.27.0 From nobody Sun May 19 07:16:26 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1618388461; cv=none; d=zohomail.com; s=zohoarc; b=CY2TsGYbFc3zhcOSiUQlgliu8Po6fquIWdhpgU9K2za3X6X8MLojLFU+U/S2kcqRFewaOdQqxiSTU0Kfyr3Snzx63R5ghARpSn9AUXoobug7RRFH5ONlco8XvqnYefdXm8BPZZaF0VgCMW0k9xXtWUvKp2Zds+jy5eRm0nxD5lM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1618388461; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=9g5AycN+af7RZ/fpBVUz50VqLW59VzYvia7SAA9yAtU=; b=m3RAmmx2xBRH0s8WTJQ4ROxSps0B85bFUXNlIc1eNUbTl5tuvFOCiBxMNgbZxOt7Attt+5av1shLkkNQiDSkzXWwtum4JrfpPyq6cY/x1GfkpXZGvpjeDarmwITQuAHMhY9AnrFgZJt8/389U2RKyJhcSN+tbpgN62eXf8zL5dI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1618388461954965.1008959969664; Wed, 14 Apr 2021 01:21:01 -0700 (PDT) Received: from localhost ([::1]:38438 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWalg-0002uX-RV for importer@patchew.org; Wed, 14 Apr 2021 04:21:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51598) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakG-0001ZN-JP for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:32 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:28718) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakE-0004pQ-IJ for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:32 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-36-y96nfj9vP8SbTKPePCmxJQ-1; Wed, 14 Apr 2021 04:19:26 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D20C579EC1; Wed, 14 Apr 2021 08:19:25 +0000 (UTC) Received: from thuth.com (ovpn-112-89.ams2.redhat.com [10.36.112.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id F3C095D9CA; Wed, 14 Apr 2021 08:19:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618388369; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9g5AycN+af7RZ/fpBVUz50VqLW59VzYvia7SAA9yAtU=; b=VoPo6XArdsrrkiN9cnAAfmfqBCSJSQYTDZ2fIBrWmJ7iXL/eXvarz98fC5vPiM5cttHXa9 NnH/B9uNgCqsZWMtk0JrQr58ExuFNwDuWDdY3JdCy8J0oUH8ESw8b/XulBomCf5l3cKM2B Z64eqqKbzt+qNeBwu5tWS5PDd6Qrhew= X-MC-Unique: y96nfj9vP8SbTKPePCmxJQ-1 From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Subject: [RFC PATCH 2/5] tests/docker/dockerfiles/ubuntu2004: Add missing symlink for cc Date: Wed, 14 Apr 2021 10:19:04 +0200 Message-Id: <20210414081907.871437-3-thuth@redhat.com> In-Reply-To: <20210414081907.871437-1-thuth@redhat.com> References: <20210414081907.871437-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=thuth@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.133.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Willian Rampazzo , =?UTF-8?q?Daniel=20P=20=2E=20Berrang=C3=A9?= , Stefan Hajnoczi , Wainer dos Santos Moschetta Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" For some reasons, the "cc" symlink is missing in Ubuntu 20.04. Add it manually. Signed-off-by: Thomas Huth --- tests/docker/dockerfiles/ubuntu2004.docker | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/docker/dockerfiles/ubuntu2004.docker b/tests/docker/dock= erfiles/ubuntu2004.docker index 9750016e51..e1b309e313 100644 --- a/tests/docker/dockerfiles/ubuntu2004.docker +++ b/tests/docker/dockerfiles/ubuntu2004.docker @@ -74,3 +74,6 @@ ENV FEATURES clang tsan pyyaml sdl2 # Apply patch https://reviews.llvm.org/D75820 # This is required for TSan in clang-10 to compile with QEMU. RUN sed -i 's/^const/static const/g' /usr/lib/llvm-10/lib/clang/10.0.0/inc= lude/sanitizer/tsan_interface.h + +# The symlink for cc is missing on Ubuntu +RUN cd /usr/lib/ccache && ln -s ../../bin/ccache cc --=20 2.27.0 From nobody Sun May 19 07:16:26 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1618388548; cv=none; d=zohomail.com; s=zohoarc; b=PBHDFqhhsVM2qQFK1zznajXRulPsUsYSXLrfyHoA6LN64iLaM9ADSdwJmHy2CHM5la7O94HUTKp+51qe+ULnlwuh79MD5Lq9UQ69/AwfZVr4TImd6Jqa6EQNCy7iWkD212/4J2Ht0WAmlhKLlbdgn5DFEG3H2xJfuIlH+VjZfEE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1618388548; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=kPusj4Ma0ttzjZG2Q0EjtkPUmQM1pK0r40kAZyvsR+Y=; b=dwm8oqbQDCZLpUKTxf4YXhGvOm9rDmXigQJasiIlSVf2fKhlPtkSOLqVm7yUFB9GRb/yUU3DNTVRU1jU022hgmQbdNrcZG5Os2yZuMJ44uBYzBm0uk0OuM1L51LX8FtBY/MEzn5O5IrJ/YGEzBG3YgeboN8IK5JCHqel6JenFvE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1618388548827321.1704630482162; Wed, 14 Apr 2021 01:22:28 -0700 (PDT) Received: from localhost ([::1]:44554 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWan5-0005ax-QA for importer@patchew.org; Wed, 14 Apr 2021 04:22:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51620) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakJ-0001bM-Uu for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:36 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:20576) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakI-0004rK-BP for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:35 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-379-lwN52u8ZNBilZtt3TdcQMQ-1; Wed, 14 Apr 2021 04:19:29 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1990279EC0; Wed, 14 Apr 2021 08:19:28 +0000 (UTC) Received: from thuth.com (ovpn-112-89.ams2.redhat.com [10.36.112.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3DDE85D9CA; Wed, 14 Apr 2021 08:19:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618388373; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kPusj4Ma0ttzjZG2Q0EjtkPUmQM1pK0r40kAZyvsR+Y=; b=MOd5O62f6gE4Pj6WuBvTK/pJF1OX2wSNaoMHFEe55dU+CsyoiyjRKzTre2sh8W28Qh6hep f0Q0dnSsSIHuhnXkWHzQL8sNXxSYrfDXp6cEpiPz5OEJC1CnEuwEkK7I+Hr0Gpxg8o3IrZ 84qxKCRvxkri6jstjW8Z5P7kA0aU1Ro= X-MC-Unique: lwN52u8ZNBilZtt3TdcQMQ-1 From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Subject: [RFC PATCH 3/5] gitlab-ci.d/crossbuilds: Limit the amount of targets in the cross-win64 build Date: Wed, 14 Apr 2021 10:19:05 +0200 Message-Id: <20210414081907.871437-4-thuth@redhat.com> In-Reply-To: <20210414081907.871437-1-thuth@redhat.com> References: <20210414081907.871437-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=thuth@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Willian Rampazzo , =?UTF-8?q?Daniel=20P=20=2E=20Berrang=C3=A9?= , Stefan Hajnoczi , Wainer dos Santos Moschetta Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" The cross-win64-system job is one of the slowest in our gitlab-ci. With the upcoming changes that introduce ccache, it might even get slower initially as long as the cache is not populated yet. Thus let's limit the amount of targets that we build here even further to avoid that we might hit the 80 minutes timeout here. Most of the others targets are already covered by the win32 job anyway. Signed-off-by: Thomas Huth --- .gitlab-ci.d/crossbuilds.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml index 2d95784ed5..017731a894 100644 --- a/.gitlab-ci.d/crossbuilds.yml +++ b/.gitlab-ci.d/crossbuilds.yml @@ -189,6 +189,12 @@ cross-win64-system: job: win64-fedora-cross-container variables: IMAGE: fedora-win64-cross + script: + - PKG_CONFIG_PATH=3D$PKG_CONFIG_PATH + ./configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS + --target-list=3D"cris-softmmu x86_64-softmmu microblaze-softmmu + mipsel-softmmu mips64-softmmu ppc-softmmu sh4-softmmu xtensa-sof= tmmu" + - make -j$(expr $(nproc) + 1) all check-build =20 cross-amd64-xen-only: extends: .cross_accel_build_job --=20 2.27.0 From nobody Sun May 19 07:16:26 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1618388550; cv=none; d=zohomail.com; s=zohoarc; b=Osg3JtP8ftrWU7oAE2/MvurErLWtlSX9HD6N0ZLjtOM6vtD/Q0mZOHNMSZD4bGZ0dCyuKsc0nGLkl0pykxUjWYfpMEIQWGDJKNwpIvGdmR+Uoe97Er4vJL/7O3BAnwzFdRU+BlshFe4jw2yswGaxDq9v3TjwaY/g6QQvPiMHid0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1618388550; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=I+LFnZD9QsOaTVi6ehrXc3aLZMhKQKsDrd7y3a+MSOc=; b=LVBHi71+QwP6EM6q1qKFvUFijYDnoIrn6VXj9SkNbtFJCDGV3kEpO1Az/X1evFXI18/8qnZKSxRAxQjS6cWmBHfd3lWP0Df3H2fpxkoMDn472QTjAR3rzjTUo56wq2QpigvdZQkltfo475Za9HYdBWCgLTxLuayNTVzOXsK79nc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1618388550580281.4687203617997; Wed, 14 Apr 2021 01:22:30 -0700 (PDT) Received: from localhost ([::1]:44746 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWan7-0005gL-I1 for importer@patchew.org; Wed, 14 Apr 2021 04:22:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51706) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakc-0001wF-Ns for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:54 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:45889) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakY-0004yN-25 for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:54 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-442-h06KSaUUOXWOZZ5AVjzsNg-1; Wed, 14 Apr 2021 04:19:46 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 07F9F107ACCA; Wed, 14 Apr 2021 08:19:46 +0000 (UTC) Received: from thuth.com (ovpn-112-89.ams2.redhat.com [10.36.112.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7AB8C5D9CA; Wed, 14 Apr 2021 08:19:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618388388; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I+LFnZD9QsOaTVi6ehrXc3aLZMhKQKsDrd7y3a+MSOc=; b=iejXWqy+XWjfANkSSF1vPP1GCHPrtuI7jdZZNaSCYwem+kJTcWlBiG4H0DFKCCH7emglg6 +Z58RDOd7C5EWCu683N5tb90EM9fwMpDrvejuGL5NrtZG4qokn79bCoqDMIaaK993LGfHx dPM4221V9rOLyZfddvf630rZfiCj4Qo= X-MC-Unique: h06KSaUUOXWOZZ5AVjzsNg-1 From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Subject: [RFC PATCH 4/5] gitlab-ci.yml: Compile with ccache enabled Date: Wed, 14 Apr 2021 10:19:06 +0200 Message-Id: <20210414081907.871437-5-thuth@redhat.com> In-Reply-To: <20210414081907.871437-1-thuth@redhat.com> References: <20210414081907.871437-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=thuth@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.133.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Willian Rampazzo , =?UTF-8?q?Daniel=20P=20=2E=20Berrang=C3=A9?= , Stefan Hajnoczi , Wainer dos Santos Moschetta Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Ccache can speed up the compilation in some cases, so enable it for our CI builds, too. Signed-off-by: Thomas Huth --- .gitlab-ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52d65d6c04..422608381e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,26 @@ include: image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest before_script: - JOBS=3D$(expr $(nproc) + 1) + cache: + key: "$CI_JOB_NAME" + paths: + - ccache script: + - mkdir -p ccache + - if command -v ccache ; then + export CCACHE_BASEDIR=3D${PWD} ; + export CCACHE_DIR=3D${PWD}/ccache ; + export CCACHE_MAXSIZE=3D"1G" ; + export CCACHE_COMPILERCHECK=3Dcontent ; + if [ -e /usr/lib/ccache/bin ]; then + export PATH=3D/usr/lib/ccache/bin:$PATH ; + elif [ -e /usr/lib/ccache ]; then + export PATH=3D/usr/lib/ccache:$PATH ; + elif [ -e /usr/lib64/ccache ]; then + export PATH=3D/usr/lib64/ccache:$PATH ; + fi ; + ccache --zero-stats ; + fi - mkdir build - cd build - if test -n "$TARGETS"; @@ -36,6 +55,7 @@ include: then make -j"$JOBS" $MAKE_CHECK_ARGS ; fi + - if command -v ccache ; then ccache --show-stats ; fi =20 .native_test_job_template: &native_test_job_definition stage: test --=20 2.27.0 From nobody Sun May 19 07:16:26 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1618388540; cv=none; d=zohomail.com; s=zohoarc; b=VG5F2twqL04mfqQDC/pU86Dvi+VLvM/WnQljvrzJB1EgZCDyfyb4SKVkpbswEEn2PYFtRU5RkoEYTeTcKa2DzFXzc99k29Sp75yXCxXjma8PiZmHMjwpSprCNr8jqk70+UKm759NBo9pSCC9VVTyQMlIibaXGHuK8Jrbu/5wcnI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1618388540; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=AjRxy/bAOio8dKnD1KTL5hYISgvJMxOK3llzbZysLns=; b=kCxe6ukKwsy/sIPMz6OIASR08uxKas7UY/ZefUaUUa3zuZ7DJaDwu4AR3pUvOQp7NqTFazVJkojPnpYQ75WDg1LcjGtQV9425O0vrCerP8w9FmsQ/pQcy6n9Lh/+IB3cZ2QohAN1N5mo1JoX9bq6gbJ+hhGKz8A9ckXROlGaIg8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1618388540666396.0360851471013; Wed, 14 Apr 2021 01:22:20 -0700 (PDT) Received: from localhost ([::1]:44306 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWamx-0005S8-Jr for importer@patchew.org; Wed, 14 Apr 2021 04:22:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51724) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakf-0001zF-Nd for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:57 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:29475) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWakc-00050f-DL for qemu-devel@nongnu.org; Wed, 14 Apr 2021 04:19:57 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-39-PqnmW1fBMr2jY8PWkxP7lA-1; Wed, 14 Apr 2021 04:19:49 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 465F3107ACCA; Wed, 14 Apr 2021 08:19:48 +0000 (UTC) Received: from thuth.com (ovpn-112-89.ams2.redhat.com [10.36.112.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id 672045D9CA; Wed, 14 Apr 2021 08:19:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618388393; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AjRxy/bAOio8dKnD1KTL5hYISgvJMxOK3llzbZysLns=; b=Ig/5Z7VPSL5XfxIPkLVHB27C3/YkWvybNdyxbyN1Yl/cjGBewCvmMMv1GZ3fnzwxvt2Zhb rf3ZWL0QhX7m966ogbwMxxrpC11vPkhjk5MWwhHp+ckcHR24a7JeHul9Ox1QeTpnJDueMJ mjBFIfmJDunBtwPVoCavPmKWJn+KNZ0= X-MC-Unique: PqnmW1fBMr2jY8PWkxP7lA-1 From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Subject: [RFC PATCH 5/5] gitlab-ci.d/crossbuilds.yml: Enable compilation with ccache Date: Wed, 14 Apr 2021 10:19:07 +0200 Message-Id: <20210414081907.871437-6-thuth@redhat.com> In-Reply-To: <20210414081907.871437-1-thuth@redhat.com> References: <20210414081907.871437-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=thuth@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Willian Rampazzo , =?UTF-8?q?Daniel=20P=20=2E=20Berrang=C3=A9?= , Stefan Hajnoczi , Wainer dos Santos Moschetta Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Ccache can speed up the compilation in some cases, so enable it for our cross-compilation CI builds, too. Signed-off-by: Thomas Huth --- .gitlab-ci.d/crossbuilds.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml index 017731a894..dee327a936 100644 --- a/.gitlab-ci.d/crossbuilds.yml +++ b/.gitlab-ci.d/crossbuilds.yml @@ -1,4 +1,26 @@ + +.ccache_cross_setup: + cache: + key: "$CI_JOB_NAME" + paths: + - ccache + before_script: + - mkdir -p ccache + - if command -v ccache ; then + export CCACHE_BASEDIR=3D${PWD} ; + export CCACHE_DIR=3D${PWD}/ccache ; + export CCACHE_MAXSIZE=3D"1G" ; + if [ -e /usr/lib/ccache ]; then + export PATH=3D/usr/lib/ccache:$PATH ; + fi ; + if [ -e /usr/lib64/ccache ]; then + export PATH=3D/usr/lib64/ccache:$PATH ; + fi ; + ccache --zero-stats ; + fi + .cross_system_build_job: + extends: .ccache_cross_setup stage: build image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest timeout: 80m @@ -11,6 +33,7 @@ i386-softmmu microblaze-softmmu mips-softmmu mipsel-softmmu mips64-softmmu ppc-softmmu sh4-softmmu xtensa-softmmu" - make -j$(expr $(nproc) + 1) all check-build $MAKE_CHECK_ARGS + - if command -v ccache ; then ccache --show-stats ; fi =20 # Job to cross-build specific accelerators. # @@ -18,6 +41,7 @@ # KVM), and set extra options (such disabling other accelerators) via the # $ACCEL_CONFIGURE_OPTS variable. .cross_accel_build_job: + extends: .ccache_cross_setup stage: build image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest timeout: 30m @@ -28,8 +52,10 @@ ../configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS --disable-tools --enable-${ACCEL:-kvm} $ACCEL_CONFIGURE_OPTS - make -j$(expr $(nproc) + 1) all check-build + - if command -v ccache ; then ccache --show-stats ; fi =20 .cross_user_build_job: + extends: .ccache_cross_setup stage: build image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest script: @@ -39,6 +65,7 @@ ../configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS --disable-system - make -j$(expr $(nproc) + 1) all check-build $MAKE_CHECK_ARGS + - if command -v ccache ; then ccache --show-stats ; fi =20 cross-armel-system: extends: .cross_system_build_job @@ -195,6 +222,7 @@ cross-win64-system: --target-list=3D"cris-softmmu x86_64-softmmu microblaze-softmmu mipsel-softmmu mips64-softmmu ppc-softmmu sh4-softmmu xtensa-sof= tmmu" - make -j$(expr $(nproc) + 1) all check-build + - if command -v ccache ; then ccache --show-stats ; fi =20 cross-amd64-xen-only: extends: .cross_accel_build_job --=20 2.27.0