From patchwork Sun Apr 5 19:22:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26429 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 EEF8EBDCBD for ; Sun, 5 Apr 2026 19:22:16 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id A7E6B62D71; Sun, 5 Apr 2026 21:22:16 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="IkAkK7oZ"; 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 268B762D71 for ; Sun, 5 Apr 2026 21:22:14 +0200 (CEST) Received: from killaraus.ideasonboard.com (2001-14ba-703d-e500--2a1.rev.dnainternet.fi [IPv6:2001:14ba:703d:e500::2a1]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id B27616AF for ; Sun, 5 Apr 2026 21:20:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1775416847; bh=xQDm1Fpkg8zGcrEZjyDSakYs9jlfNDSaCyUX8qoRtc0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IkAkK7oZGcF/MCBZYj1Wq6G84wq+6Xn7Af32SH2SJljN/3zJfePoHUD7h6W5/lZX1 2V2j23b3je4itU2V8BTNGG+YC4AfSAy9TU7RG7OovKYU1wj8ogIDAvIAsA00NNj4ym 3HjuxcT68m1zR7kePHGXn08OMd4HwSCd1N5Zmglk= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [libcamera-ci] [PATCH 1/4] Drop manual C++20 selection Date: Sun, 5 Apr 2026 22:22:05 +0300 Message-ID: <20260405192211.1210985-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260405192211.1210985-1-laurent.pinchart@ideasonboard.com> References: <20260405192211.1210985-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" libcamera now defaults to building with C++20, drop the manual selection of the C++ version that was introduced back when the default was C++17. Signed-off-by: Laurent Pinchart --- gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 632d374448de..c3a2cf5fe7ac 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -227,7 +227,6 @@ build-full:debian:13: CXX: g++-13 MESON_OPTIONS: >- ${MESON_ALL_OPTIONS} - -D cpp_std=c++20 -D force_fallback_for=['gtest'] -D qcam=disabled - ARCH: amd64