File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 cmake
4040
4141 - name : make simplecpp
42- run : make -j4 CXXOPTS="-Werror"
42+ run : make -j1 CXXOPTS="-Werror"
4343
4444 - name : make test
45- run : make -j4 test
45+ run : make -j1 test
4646
4747 - name : selfcheck
4848 run : |
49- make -j4 selfcheck
49+ make -j1 selfcheck
5050
5151 - name : Run CMake
5252 run : |
@@ -68,10 +68,10 @@ jobs:
6868 if : matrix.compiler == 'g++'
6969 run : |
7070 make clean
71- make -j4 test selfcheck CXXOPTS="-Werror -g3 -D_GLIBCXX_DEBUG"
71+ make -j1 test selfcheck CXXOPTS="-Werror -g3 -D_GLIBCXX_DEBUG"
7272
7373 - name : Run with libc++ hardening mode
7474 if : matrix.compiler == 'clang++' && matrix.msystem == 'CLANG64'
7575 run : |
7676 make clean
77- make -j4 test selfcheck CXXOPTS="-Werror -stdlib=libc++ -g3 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG" LDOPTS="-lc++"
77+ make -j1 test selfcheck CXXOPTS="-Werror -stdlib=libc++ -g3 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG" LDOPTS="-lc++"
You can’t perform that action at this time.
0 commit comments