| Build under buck2, with the toolchain pinned rather than found | 1 | # cpal comes to this graph as a path patch — the vendored copy beside this |
| 2 | # tree — and reindeer emits no target for a path source, so the generated | |
| 3 | # reference to `:cpal-0.18` dangles. Point the dependency at the hand-written | |
| 4 | # target for that copy instead. | |
| 5 | omit_deps = ["cpal"] | |
| 6 | extra_deps = ["//third-party/rust/cpal:cpal"] | |
| 7 | ||
| 8 | [buildscript] | |
| 9 | run = true |