File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -633,8 +633,7 @@ jobs:
633633 -DLLVM_ENABLE_LIBXML2=OFF \
634634 -DCLANG_ENABLE_STATIC_ANALYZER=OFF \
635635 -DCLANG_ENABLE_ARCMT=OFF \
636- -DCLANG_ENABLE_BOOTSTRAP=OFF \
637- -DCMAKE_CXX_FLAGS="-Dwait4=__syscall_wait4"
636+ -DCLANG_ENABLE_BOOTSTRAP=OFF
638637 cmake --build . --target clang --parallel ${{ env.ncpus }}
639638 cmake --build . --target cling --parallel ${{ env.ncpus }}
640639 # Now build gtest.a and gtest_main for CppInterOp to run its tests.
@@ -662,8 +661,7 @@ jobs:
662661 -DLLVM_ENABLE_LIBXML2=OFF \
663662 -DCLANG_ENABLE_STATIC_ANALYZER=OFF \
664663 -DCLANG_ENABLE_ARCMT=OFF \
665- -DCLANG_ENABLE_BOOTSTRAP=OFF \
666- -DCMAKE_CXX_FLAGS="-Dwait4=__syscall_wait4"
664+ -DCLANG_ENABLE_BOOTSTRAP=OFF
667665 cmake --build . --target clang clang-repl lld --parallel ${{ env.ncpus }}
668666 fi
669667 fi
You can’t perform that action at this time.
0 commit comments