Skip to content

Commit ee3548a

Browse files
committed
Regenerate artifacts.
1 parent 52e5896 commit ee3548a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
packages: ""
8787

8888
- os: macos-latest
89-
cxx: "clang++"
89+
cxx: "clang++-16"
9090
link: "dynamic"
9191
optimization: "size"
9292
assert: "ndebug"
@@ -96,14 +96,14 @@ jobs:
9696
icu: ""
9797
secp256k1: "--build-secp256k1"
9898
zmq: "--build-zmq"
99-
cc: "clang"
99+
cc: "clang-16"
100100
flags: "-Os -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
101101
options: "--enable-isystem"
102102
packager: "brew"
103-
packages: "icu4c"
103+
packages: "llvm@16 icu4c"
104104

105105
- os: macos-latest
106-
cxx: "clang++"
106+
cxx: "clang++-16"
107107
link: "static"
108108
optimization: "size"
109109
assert: "ndebug"
@@ -113,11 +113,11 @@ jobs:
113113
icu: ""
114114
secp256k1: "--build-secp256k1"
115115
zmq: "--build-zmq"
116-
cc: "clang"
116+
cc: "clang-16"
117117
flags: "-Os -fvisibility=hidden -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
118118
options: "--enable-isystem"
119119
packager: "brew"
120-
packages: "icu4c"
120+
packages: "llvm@16 icu4c"
121121

122122

123123
runs-on: ${{ matrix.os }}
@@ -219,8 +219,8 @@ jobs:
219219
if: ${{ matrix.coverage == 'cov' }}
220220
run: |
221221
lcov --directory . --capture --output-file coverage.info
222-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
223-
lcov --list coverage.info
222+
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
223+
lcov --list --ignore-errors version coverage.info
224224
225225
- name: Coveralls.io Upload
226226
if: ${{ matrix.coverage == 'cov' }}
@@ -355,7 +355,7 @@ jobs:
355355
packages: ""
356356

357357
- os: macos-latest
358-
cxx: "clang++"
358+
cxx: "clang++-16"
359359
link: "dynamic"
360360
optimization: "size"
361361
assert: "ndebug"
@@ -365,14 +365,14 @@ jobs:
365365
icu: ""
366366
secp256k1: "--build-secp256k1"
367367
zmq: "--build-zmq"
368-
cc: "clang"
368+
cc: "clang-16"
369369
flags: "-Os -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
370370
options: ""
371371
packager: "brew"
372-
packages: "icu4c"
372+
packages: "llvm@16 icu4c"
373373

374374
- os: macos-latest
375-
cxx: "clang++"
375+
cxx: "clang++-16"
376376
link: "static"
377377
optimization: "size"
378378
assert: "ndebug"
@@ -382,11 +382,11 @@ jobs:
382382
icu: ""
383383
secp256k1: "--build-secp256k1"
384384
zmq: "--build-zmq"
385-
cc: "clang"
385+
cc: "clang-16"
386386
flags: "-Os -fvisibility=hidden -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
387387
options: ""
388388
packager: "brew"
389-
packages: "icu4c"
389+
packages: "llvm@16 icu4c"
390390

391391

392392
runs-on: ${{ matrix.os }}
@@ -491,8 +491,8 @@ jobs:
491491
if: ${{ matrix.coverage == 'cov' }}
492492
run: |
493493
lcov --directory . --capture --output-file coverage.info
494-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
495-
lcov --list coverage.info
494+
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
495+
lcov --list --ignore-errors version coverage.info
496496
497497
- name: Coveralls.io Upload
498498
if: ${{ matrix.coverage == 'cov' }}
@@ -726,8 +726,8 @@ jobs:
726726
if: ${{ matrix.coverage == 'cov' }}
727727
run: |
728728
lcov --directory . --capture --output-file coverage.info
729-
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
730-
lcov --list coverage.info
729+
lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
730+
lcov --list --ignore-errors version coverage.info
731731
732732
- name: Coveralls.io Upload
733733
if: ${{ matrix.coverage == 'cov' }}

0 commit comments

Comments
 (0)