From patchwork Tue May 12 14:45:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26738 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 4F096BDB1C for ; Tue, 12 May 2026 14:45:24 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 1BF5F6301E; Tue, 12 May 2026 16:45:23 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Khl9Osee"; 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 F02026271A for ; Tue, 12 May 2026 16:45:21 +0200 (CEST) Received: from killaraus.ideasonboard.com (2001-14ba-70f3-e800--a06.rev.dnainternet.fi [IPv6:2001:14ba:70f3:e800::a06]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id EF7ED56D for ; Tue, 12 May 2026 16:45:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1778597114; bh=vc81poTnfEtKyoqyM/7IjOdBDY4lmTbIG3jXtGQq8Qs=; h=From:To:Subject:Date:From; b=Khl9Osee8hXXtCgsaCiUeTNHZevr+r6DLALbxNH7YbtXvl72tk9fBwhq2O+8hEwyw 0yhbGqAzQOuRHnJa2OnRd7Uiy6fQ6c9puECeS2z4dtTHdL6nOHwL4hIA/NJU+Zsr9s ju6N4Wom6VjldPAI6HY17Lv92B6Skz2VuUkj1iM4= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [libcamera-ci] [PATCH 0/3] Move release builds to Debian 13 Date: Tue, 12 May 2026 17:45:17 +0300 Message-ID: <20260512144520.171290-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.53.0 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, The goal of this patch series is to move our release builds from Debian 12 to Debian 13. Doing so (in patch 3/3) triggers false positive warnings from newer gcc versions. As those are difficult to work around, patch 2/3 drops ASan and debugstl from the release builds. Patch 1/3 is a small drive-by cleanup. Patch 2/3 also triggers a false positive with gcc 12 (fixed in gcc 13). I have posted a work around in [1]. A successful run of the CI pipeline with this series can be found at [2]. [1] https://patchwork.libcamera.org/project/libcamera/list/?series=5938 [2] https://gitlab.freedesktop.org/pinchartl/libcamera/-/pipelines/1665443 Laurent Pinchart (3): Drop needless 'BUILD_TYPE: debug' Disable ASan and debugstl in release builds Move release builds to Debian 13 gitlab-ci.yml | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) base-commit: 450c5af4ca0bdaea35513e23821e5ecc9b322740