forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Labels
• kbuildRelated to building the kernel, `make`, `Kbuild`, `Kconfig` options...Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...
Description
Some build systems (like nix) do not allow network access while building, but then provide a download phase, where network access is allowed.
For this to work with cargo, we would have to create a cargo vendor dir, and call cargo with the flags, to not update the index and use the vendor dir.
Metadata
Metadata
Assignees
Labels
• kbuildRelated to building the kernel, `make`, `Kbuild`, `Kconfig` options...Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...