Skip to content

Commit 2bb19ec

Browse files
committed
boost
1 parent ddc923f commit 2bb19ec

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)