Re: [PATCH] ci: test stdatomic API

2023-09-29 Thread Aaron Conole
David Marchand writes: > Add some compilation tests with C11 atomics enabled. > The headers check can't be enabled (as gcc and clang don't provide > stdatomic before C++23). > > Signed-off-by: David Marchand > --- Reviewed-by: Aaron Conole

[PATCH] ci: test stdatomic API

2023-09-29 Thread David Marchand
Add some compilation tests with C11 atomics enabled. The headers check can't be enabled (as gcc and clang don't provide stdatomic before C++23). Signed-off-by: David Marchand --- .ci/linux-build.sh| 6 +- .github/workflows/build.yml | 8 devtools/test-meson-builds.sh |