Skip to content

Commit

Permalink
WIP: github: Remove LIBCXX_ENABLE_WERROR from the test-libcxx job
Browse files Browse the repository at this point in the history
Building libcxx for a mingw target with the current versions of
Clang produces a warning.
  • Loading branch information
mstorsjo committed May 17, 2024
1 parent e2f342a commit c024455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-libcxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
-G Ninja `
-DCMAKE_BUILD_TYPE=Release `
-DPython3_EXECUTABLE="$Env:PYTHON_EXE" `
-DLIBCXX_ENABLE_WERROR=YES `
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" `
-DLIBCXX_CXX_ABI=libcxxabi `
-DCMAKE_C_COMPILER=${{matrix.prefix}}clang `
Expand Down

0 comments on commit c024455

Please sign in to comment.