codegen: Remove flaky license auto-detection

This commit is contained in:
Taiki Endo
2026-04-15 22:25:36 +09:00
parent 2ed84e4b1e
commit 0cc19d4b74
166 changed files with 80 additions and 351 deletions

View File

@@ -98,7 +98,7 @@ fn main() {
}
}
let license_markdown = manifests.license_markdown;
let license_markdown = base_info.license_markdown;
// NB: Update alias list in tools/publish.rs, case for aliases in main.sh,
// and tool input option in test-alias in .github/workflows/ci.yml.