File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments