Test clang using libc++ in GitHub Actions CI build
This is more useful than testing clang with libstdc++ which we also use in the other CI builds with gcc.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -123,7 +123,7 @@ jobs:
|
||||
case "${{ matrix.compiler }}" in
|
||||
clang)
|
||||
echo CC=clang >> $GITHUB_ENV
|
||||
echo CXX=clang++ >> $GITHUB_ENV
|
||||
echo CXX='clang++ -stdlib=libc++' >> $GITHUB_ENV
|
||||
echo LD=clang++ >> $GITHUB_ENV
|
||||
|
||||
allow_warn_opt="-Wno-error=#warnings"
|
||||
|
Reference in New Issue
Block a user