Commit 03cbbf1
fix: use yaml-cpp 0.8.0.bcr.1 for Bazel 9 compatibility
yaml-cpp 0.8.0 uses cc_library without a load() statement, which was
removed in Bazel 9. The 0.8.0.bcr.1 BCR release adds the required
load("@rules_cc//cc:defs.bzl", "cc_library") patch.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 551e9fc commit 03cbbf1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
0 commit comments