Skip to content

Commit e401267

Browse files
authored
ci(conan): disable boost cobalt to unblock fresh boost/1.90.0 builds (#72)
The boost/1.90.0 conan-center recipe fails at package_info() with "boost_cobalt_io_ssl built but not used in any boost module" — a recipe-level module-map regression that breaks every fresh boost build across all coin worktrees (conanfile pins boost/1.90.0 uniformly). c2pool uses zero cobalt (grep-clean in src/), so without_cobalt=True is functionally invisible and keeps boost at 1.90.0. Validated green with a standalone conan install carrying the option. Harden CI merge-gate ahead of the V36 window (06-09).
1 parent 61d9b1f commit e401267

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conanfile.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ leveldb/1.23
77

88
[options]
99
boost/*:without_exception=False
10+
boost/*:without_cobalt=True
1011

1112
[generators]
1213
CMakeDeps

0 commit comments

Comments
 (0)