From patchwork Tue May 12 14:45:18 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26739 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 2F8C4BDB1C for ; Tue, 12 May 2026 14:45:27 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D1E586302C; Tue, 12 May 2026 16:45:26 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="cK6qtM2E"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4B70B63021 for ; Tue, 12 May 2026 16:45:23 +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 557B556D for ; Tue, 12 May 2026 16:45:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1778597115; bh=enXkEiUbjqQ0jxjiJwXS1aU0JuemTN5CN8ONoW9IWYk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cK6qtM2ESYRXKyeJD5pVWDitTrr85X1BUTO3wNS/ub8OU1JRaamkb0WYq/ntKOIlo oFd5a6CDPDp04DzMUuivl+E/Vlj/zmXdkgPvA6ZfXZyUYQ5IWEsX/lTTvy1mfd+dYV iGWWFaWO1O0vWYM7RIZxxZZOWqtAus5Hh8uLihtg= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [libcamera-ci] [PATCH 1/3] Drop needless 'BUILD_TYPE: debug' Date: Tue, 12 May 2026 17:45:18 +0300 Message-ID: <20260512144520.171290-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260512144520.171290-1-laurent.pinchart@ideasonboard.com> References: <20260512144520.171290-1-laurent.pinchart@ideasonboard.com> 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" Debug build type is the default for all full builds, as specified by .build-full:debian. There's no need to specify it manually again in jobs that extend .build-full:debian. Signed-off-by: Laurent Pinchart Reviewed-by: Barnabás Pőcze --- gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index f887e3b6c221..e5b3925e49d5 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -180,7 +180,6 @@ build-full:debian:12: parallel: matrix: - ARCH: amd64 - BUILD_TYPE: debug CC: gcc-12 CXX: g++-12 - ARCH: amd64 @@ -194,7 +193,6 @@ build-full:debian:12: ${MESON_ALL_OPTIONS} -D b_sanitize=none - ARCH: amd64 - BUILD_TYPE: debug CC: clang CXX: clang++ MESON_OPTIONS: >-