Skip to content

Commit 8833d1f

Browse files
committed
Remove the workflow with brew dependencies
1 parent d29abe0 commit 8833d1f

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -311,33 +311,6 @@ jobs:
311311
run: pkg/${{matrix.pkg.type}}/docker-build-${{matrix.pkg.type}}-${{matrix.cpu.platform}}.sh build:latest
312312

313313
cpp-build-macos:
314-
timeout-minutes: 120
315-
name: Build CPP Client on macOS
316-
needs: formatting-check
317-
runs-on: macos-14
318-
steps:
319-
- name: checkout
320-
uses: actions/checkout@v3
321-
322-
- name: Install dependencies
323-
run: brew install openssl protobuf boost zstd snappy googletest
324-
325-
- name: Configure (default)
326-
shell: bash
327-
run: cmake -B ./build-macos -S .
328-
329-
- name: Compile
330-
shell: bash
331-
run: |
332-
cmake --build ./build-macos --parallel --config Release
333-
334-
- name: Build with C++20
335-
shell: bash
336-
run: |
337-
cmake -B build-macos-cpp20 -DCMAKE_CXX_STANDARD=20
338-
cmake --build build-macos-cpp20 -j8
339-
340-
cpp-build-macos-static:
341314
timeout-minutes: 120
342315
name: Build CPP Client on macOS with static dependencies
343316
runs-on: macos-14

0 commit comments

Comments
 (0)