{"id":26738,"url":"https://patchwork.libcamera.org/api/covers/26738/?format=json","web_url":"https://patchwork.libcamera.org/cover/26738/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20260512144520.171290-1-laurent.pinchart@ideasonboard.com>","date":"2026-05-12T14:45:17","name":"[libcamera-ci,0/3] Move release builds to Debian 13","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"mbox":"https://patchwork.libcamera.org/cover/26738/mbox/","series":[{"id":5939,"url":"https://patchwork.libcamera.org/api/series/5939/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5939","date":"2026-05-12T14:45:17","name":"Move release builds to Debian 13","version":1,"mbox":"https://patchwork.libcamera.org/series/5939/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/26738/comments/","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 4F096BDB1C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 12 May 2026 14:45:24 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 1BF5F6301E;\n\tTue, 12 May 2026 16:45:23 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id F02026271A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 12 May 2026 16:45:21 +0200 (CEST)","from killaraus.ideasonboard.com\n\t(2001-14ba-70f3-e800--a06.rev.dnainternet.fi\n\t[IPv6:2001:14ba:70f3:e800::a06])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id EF7ED56D\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 12 May 2026 16:45:13 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"Khl9Osee\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1778597114;\n\tbh=vc81poTnfEtKyoqyM/7IjOdBDY4lmTbIG3jXtGQq8Qs=;\n\th=From:To:Subject:Date:From;\n\tb=Khl9Osee8hXXtCgsaCiUeTNHZevr+r6DLALbxNH7YbtXvl72tk9fBwhq2O+8hEwyw\n\t0yhbGqAzQOuRHnJa2OnRd7Uiy6fQ6c9puECeS2z4dtTHdL6nOHwL4hIA/NJU+Zsr9s\n\tju6N4Wom6VjldPAI6HY17Lv92B6Skz2VuUkj1iM4=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","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","Content-Transfer-Encoding":"8bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Hello,\n\nThe goal of this patch series is to move our release builds from Debian\n12 to Debian 13. Doing so (in patch 3/3) triggers false positive\nwarnings from newer gcc versions. As those are difficult to work around,\npatch 2/3 drops ASan and debugstl from the release builds. Patch 1/3 is\na small drive-by cleanup.\n\nPatch 2/3 also triggers a false positive with gcc 12 (fixed in gcc 13).\nI have posted a work around in [1].\n\nA successful run of the CI pipeline with this series can be found at\n[2].\n\n[1] https://patchwork.libcamera.org/project/libcamera/list/?series=5938\n[2] https://gitlab.freedesktop.org/pinchartl/libcamera/-/pipelines/1665443\n\nLaurent Pinchart (3):\n  Drop needless 'BUILD_TYPE: debug'\n  Disable ASan and debugstl in release builds\n  Move release builds to Debian 13\n\n gitlab-ci.yml | 37 +++++++++++++++++--------------------\n 1 file changed, 17 insertions(+), 20 deletions(-)\n\n\nbase-commit: 450c5af4ca0bdaea35513e23821e5ecc9b322740"}