File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,13 +275,12 @@ jobs:
275275 - name : Install missing software on macos
276276 if : contains(matrix.os, 'macos')
277277 run : |
278- # pcre was removed from runner images in November 2022
279- brew install coreutils pcre boost
278+ brew install coreutils boost
280279
281- - name : CMake build on ubuntu (with Boost)
280+ - name : CMake build on macOS (with Boost)
282281 run : |
283- cmake -S . -B cmake.output.boost -G "Unix Makefiles" -DHAVE_RULES=On - DBUILD_TESTS=On -DBUILD_GUI=On -DUSE_QT6=On -DWITH_QCHART=On -DBUILD_TRIAGE=On -DUSE_BUNDLED_TINYXML2=Off -DCMAKE_DISABLE_PRECOMPILE_HEADERS=On -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
284- cmake --build cmake.output.tinyxml2 -- -j$(nproc)
282+ cmake -S . -B cmake.output.boost -G "Unix Makefiles" -DBUILD_TESTS=On -DCMAKE_DISABLE_PRECOMPILE_HEADERS=On -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
283+ cmake --build cmake.output.boost -- -j$(nproc)
285284
286285 build :
287286 if : false
You can’t perform that action at this time.
0 commit comments