| Build under buck2, with the toolchain pinned rather than found | 1 | # Files pulled in by include!/include_bytes!/include_str! that the |
| 2 | # default source globs miss. | |
| 3 | extra_srcs = [ | |
| 4 | "benches/fixtures/langid.json", | |
| 5 | "benches/fixtures/locale.json", | |
| 6 | "benches/fixtures/subtags.json", | |
| 7 | "tests/fixtures/canonicalize.json", | |
| 8 | "tests/fixtures/invalid-extensions.json", | |
| 9 | "tests/fixtures/invalid.json", | |
| 10 | "tests/fixtures/langid.json", | |
| 11 | "tests/fixtures/locale.json", | |
| 12 | ] |