Re: [PATCH v2] ci: check C++ headers with clang

2025-07-09 Thread David Marchand
On Thu, Jul 3, 2025 at 10:20 AM David Marchand wrote: > > If not passing an explicit compiler for C++, meson uses c++ which > defaults to /usr/bin/g++ on a Ubuntu system. > Explicitly choose which compiler to use for C++. > > Signed-off-by: David Marchand > Acked-by: Aaron Conole Applied, thank

Re: [PATCH v2] ci: check C++ headers with clang

2025-07-07 Thread David Marchand
On Mon, Jul 7, 2025 at 3:41 PM Aaron Conole wrote: > > David Marchand writes: > > > If not passing an explicit compiler for C++, meson uses c++ which > > defaults to /usr/bin/g++ on a Ubuntu system. > > Explicitly choose which compiler to use for C++. > > > > Signed-off-by: David Marchand > > --

Re: [PATCH v2] ci: check C++ headers with clang

2025-07-07 Thread Aaron Conole
David Marchand writes: > If not passing an explicit compiler for C++, meson uses c++ which > defaults to /usr/bin/g++ on a Ubuntu system. > Explicitly choose which compiler to use for C++. > > Signed-off-by: David Marchand > --- > Changes since v1: > - rebased, > - moved CXX tweaking in the bran

[PATCH v2] ci: check C++ headers with clang

2025-07-03 Thread David Marchand
If not passing an explicit compiler for C++, meson uses c++ which defaults to /usr/bin/g++ on a Ubuntu system. Explicitly choose which compiler to use for C++. Signed-off-by: David Marchand --- Changes since v1: - rebased, - moved CXX tweaking in the branch enabling headers check, --- .ci/linux