You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Prior to this change, kernels were stored in `build/<variant>/<extname>`.
However, this was fragile because the extension name had to correspond to
the repository name. This change flattens kernels to be stored inside
`build/<variant>`.
For compatibility with older versions of kernels, we add a module
`build/<variant>/<extname>` that loads `build/<variant>`, this
compatibility module will removed when the `kernels` update has been
around for a while.
0 commit comments