From patchwork Sun Dec 15 21:22:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 22317 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 2333EC32F5 for ; Sun, 15 Dec 2024 21:23:16 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3643267F23; Sun, 15 Dec 2024 22:23:15 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="mFPiHRWC"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A715067EEE for ; Sun, 15 Dec 2024 22:23:12 +0100 (CET) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 507CD99F; Sun, 15 Dec 2024 22:22:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1734297756; bh=NOCfOmvo2dOPzL2jtokVF+h6cYmb26u2PBnbZf9vIiA=; h=From:To:Cc:Subject:Date:From; b=mFPiHRWCSgEeCu7oFk2zxYJ34eRPdZaTss/pUGifbkw+0kZgnmWzGLdjr5pSkmqJV hgfpDOUUuNhWkQaXLi5J2R9i2srZ1xUYRhlOmPjHSaUBL4qV3hX8WS3pntQkDjIsS8 yX+3yU/7axzSe1SFXEggvv0uz/8ZeeU66yPLBLv0= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Cc: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= Subject: [libcamera-ci] [PATCH] Enable clang build on Debian trixie Date: Sun, 15 Dec 2024 23:22:54 +0200 Message-ID: <20241215212254.19987-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.45.2 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" Debian stable ships a relatively old clang version. Add a build test with the most recent available clang version on trixie. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- Successful CI run for the libcamera master branch: https://gitlab.freedesktop.org/pinchartl/libcamera/-/pipelines/1330345 --- gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index c78235ec1e52d571..06ab27dc0af0d9df 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -224,6 +224,13 @@ build-full:debian:13: - ARCH: amd64 CC: gcc-14 CXX: g++-14 + - ARCH: amd64 + CC: clang + CXX: clang++ + MESON_OPTIONS: >- + ${MESON_ALL_OPTIONS} + ${MESON_CLANG_OPTIONS} + -D qcam=disabled # Build each commit in the branch individually to detect compilation breakages. build-history: