2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Try building with -j2 in ubuntu-22 CI.

Otherwise we see the VM abort with out-of-memory errors.
This commit is contained in:
jzmaddock
2022-05-16 18:25:23 +01:00
parent 6869066581
commit 0edd1a2300

View File

@@ -75,7 +75,7 @@ jobs:
run: ./config_info_travis
working-directory: ../boost-root/libs/config/test
- name: Test
run: ../../../b2 toolset=$TOOLSET ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER
run: ../../../b2 -j2 toolset=$TOOLSET ${{ matrix.suite }} define=CI_SUPPRESS_KNOWN_ISSUES define=SLOW_COMPILER
working-directory: ../boost-root/libs/math/test
ubuntu-focal:
runs-on: ubuntu-20.04