[libcamera-ci,1/4] Drop manual C++20 selection
diff mbox series

Message ID 20260405192211.1210985-2-laurent.pinchart@ideasonboard.com
State New
Headers show
Series
  • Catch missing license information in CI
Related show

Commit Message

Laurent Pinchart April 5, 2026, 7:22 p.m. UTC
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 <laurent.pinchart@ideasonboard.com>
---
 gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

Comments

Barnabás Pőcze April 13, 2026, 7:17 a.m. UTC | #1
2026. 04. 05. 21:22 keltezéssel, Laurent Pinchart írta:
> 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 <laurent.pinchart@ideasonboard.com>
> ---

Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>


>   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

Patch
diff mbox series

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