From patchwork Mon May 27 17:40:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 20103 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 990DEBDE6B for ; Mon, 27 May 2024 17:40:29 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id F35BD634B1; Mon, 27 May 2024 19:40:28 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="nRoQg2Tb"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8B52E634AD for ; Mon, 27 May 2024 19:40:27 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id ED00F1586 for ; Mon, 27 May 2024 19:40:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1716831625; bh=l7o9UNG3/X52zPveOsS/LUw9PT3I4ikTwRht9XogsIE=; h=From:To:Subject:Date:From; b=nRoQg2Tbw4AFPMc4i5xb08PvJxaynyEPX3X0BTNM0TGV/59ET99zZl3gN5V79kLaV qX7LyfGsmRBY3ZBxNSj1OsmD8YbaxUwriFX1Org56KYUzdyLSacQU8iL2gk6wiluge X93RZU3gM9IPKJuqT94QetEJqdtHL0Ry2/cTUGA8= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [CI] [PATCH 0/2] Miscellaneous CI coverage extensions Date: Mon, 27 May 2024 20:40:14 +0300 Message-ID: <20240527174016.11415-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.44.1 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, This small patch series extends the coverage of the libcamera CI in two ways. Patch 1/2 enables compilation of the Android camera HAL by default, extending the compile test coverage that currently covers Chrome OS builds only. Patch 2/2 then adds a gcc 14 build target, to catch an issue recently reported the libcamera mailing list. The second patch causes a CI failure, fixed by "[PATCH v2] android: camera_capabilities: Fix GCC 14 warning". I plan to merge the fix before merging the CI changes. Laurent Pinchart (2): Enable compilation of the Android camera HAL Add compilation test with gcc 14 .gitlab-ci/setup-container.sh | 13 ++++++++++--- gitlab-ci.yml | 28 ++++++++++++++++++---------- 2 files changed, 28 insertions(+), 13 deletions(-) base-commit: f238d8b797a300242084ecec096062369d3c644e