82
82
packages : " lcov"
83
83
84
84
- os : macos-latest
85
- cxx : " clang++"
85
+ cxx : " clang++-16 "
86
86
link : " dynamic"
87
87
optimization : " size"
88
88
assert : " ndebug"
@@ -91,14 +91,14 @@ jobs:
91
91
boost : " --build-boost"
92
92
icu : " "
93
93
secp256k1 : " --build-secp256k1"
94
- cc : " clang"
94
+ cc : " clang-16 "
95
95
flags : " -Os -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
96
96
options : " --enable-isystem"
97
97
packager : " brew"
98
- packages : " icu4c"
98
+ packages : " llvm@16 icu4c"
99
99
100
100
- os : macos-latest
101
- cxx : " clang++"
101
+ cxx : " clang++-16 "
102
102
link : " static"
103
103
optimization : " size"
104
104
assert : " ndebug"
@@ -107,11 +107,11 @@ jobs:
107
107
boost : " --build-boost"
108
108
icu : " "
109
109
secp256k1 : " --build-secp256k1"
110
- cc : " clang"
110
+ cc : " clang-16 "
111
111
flags : " -Os -fvisibility=hidden -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
112
112
options : " --enable-isystem"
113
113
packager : " brew"
114
- packages : " icu4c"
114
+ packages : " llvm@16 icu4c"
115
115
116
116
117
117
runs-on : ${{ matrix.os }}
@@ -212,8 +212,8 @@ jobs:
212
212
if : ${{ matrix.coverage == 'cov' }}
213
213
run : |
214
214
lcov --directory . --capture --output-file coverage.info
215
- lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
216
- lcov --list coverage.info
215
+ lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
216
+ lcov --list --ignore-errors version coverage.info
217
217
218
218
- name : Coveralls.io Upload
219
219
if : ${{ matrix.coverage == 'cov' }}
@@ -344,7 +344,7 @@ jobs:
344
344
packages : " "
345
345
346
346
- os : macos-latest
347
- cxx : " clang++"
347
+ cxx : " clang++-16 "
348
348
link : " dynamic"
349
349
optimization : " size"
350
350
assert : " ndebug"
@@ -353,14 +353,14 @@ jobs:
353
353
boost : " --build-boost"
354
354
icu : " "
355
355
secp256k1 : " --build-secp256k1"
356
- cc : " clang"
356
+ cc : " clang-16 "
357
357
flags : " -Os -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
358
358
options : " "
359
359
packager : " brew"
360
- packages : " icu4c"
360
+ packages : " llvm@16 icu4c"
361
361
362
362
- os : macos-latest
363
- cxx : " clang++"
363
+ cxx : " clang++-16 "
364
364
link : " static"
365
365
optimization : " size"
366
366
assert : " ndebug"
@@ -369,11 +369,11 @@ jobs:
369
369
boost : " --build-boost"
370
370
icu : " "
371
371
secp256k1 : " --build-secp256k1"
372
- cc : " clang"
372
+ cc : " clang-16 "
373
373
flags : " -Os -fvisibility=hidden -fPIE -DBOOST_NO_CXX98_FUNCTION_BASE"
374
374
options : " "
375
375
packager : " brew"
376
- packages : " icu4c"
376
+ packages : " llvm@16 icu4c"
377
377
378
378
379
379
runs-on : ${{ matrix.os }}
@@ -477,8 +477,8 @@ jobs:
477
477
if : ${{ matrix.coverage == 'cov' }}
478
478
run : |
479
479
lcov --directory . --capture --output-file coverage.info
480
- lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
481
- lcov --list coverage.info
480
+ lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
481
+ lcov --list --ignore-errors version coverage.info
482
482
483
483
- name : Coveralls.io Upload
484
484
if : ${{ matrix.coverage == 'cov' }}
@@ -708,8 +708,8 @@ jobs:
708
708
if : ${{ matrix.coverage == 'cov' }}
709
709
run : |
710
710
lcov --directory . --capture --output-file coverage.info
711
- lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file coverage.info
712
- lcov --list coverage.info
711
+ lcov --remove coverage.info "/usr/*" "${{ env.LIBBITCOIN_SRC_PATH }}prefix/*" "${{ github.workspace }}/examples/*" "${{ github.workspace }}/test/*" --output-file --ignore-errors version coverage.info
712
+ lcov --list --ignore-errors version coverage.info
713
713
714
714
- name : Coveralls.io Upload
715
715
if : ${{ matrix.coverage == 'cov' }}
0 commit comments