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

2025-07-01 Thread David Marchand
On Tue, Jul 1, 2025 at 1:33 PM 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 > --- > Depends-on: series-35592 ("node: f

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

2025-07-01 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 --- Depends-on: series-35592 ("node: fix C++ compatibility errors (option 2)") --- .ci/linux-build.sh | 6