bazelbuild / bazel-central-registry

The central registry of Bazel modules for the Bzlmod external dependency system.
https://registry.bazel.build
Apache License 2.0
256 stars 335 forks source link

fix: update boost.detail #2845

Closed wep21 closed 1 month ago

wep21 commented 1 month ago

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging src/utf8_codecvt_facet.cpp:19:10: fatal error: 'boost/detail/utf8_codecvt_facet.ipp' file not found 19 | #include <boost/detail/utf8_codecvt_facet.ipp> | ^~~~~~~~~ 1 error generated. Target //:boost.serialization failed to build Use --verbose_failures to see the command lines of failed build steps. INFO: Elapsed time: 13.543s, Critical Path: 3.23s INFO: 62 processes: 9 internal, 53 darwin-sandbox. ERROR: Build did NOT complete successfully

bazel-io commented 1 month ago

Hello @Vertexwahn, modules you maintain (boost.detail) have been updated in this PR. Please review the changes.

wep21 commented 1 month ago

@meteorcloudy @Vertexwahn @Wyverald could someone review this PR?