Commit e401267
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments