We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4631716 commit 30a87e8Copy full SHA for 30a87e8
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
run: ./config_info_travis
71
working-directory: ../boost-root/libs/config/test
72
- name: Test
73
- run: ../../../b2 -j2 toolset=$TOOLSET ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER
+ run: ../../../b2 toolset=$TOOLSET ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER
74
working-directory: ../boost-root/libs/math/test
75
ubuntu-focal-no-eh:
76
runs-on: ubuntu-20.04
0 commit comments