Commit a8a6fa1
authored
Support both spmd-types and spmd_types in PACKAGE_LINKS_ALLOW_LIST so it mirrors to subdirs (#8160)
`spmd-types` is served at the root nightly index but not mirrored into
the `cpu`/`cu*` subdirectories.
`get_packages_to_copy_from_parent()` converts package dir names
dash->underscore before checking `PACKAGE_LINKS_ALLOW_LIST`, so the
dash-only entry never matched. Add the `spmd_types` form alongside
`spmd-types` so it gets copied into the subdirectories.1 parent ec39fe1 commit a8a6fa1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| 485 | + | |
485 | 486 | | |
486 | 487 | | |
487 | 488 | | |
| |||
0 commit comments