Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/systems: strip kernel to avoid reference cycles
Since #221707 we must ensure that the image resulting from a kernel build is stripped. If we do not do this, there will be circular dependencies among its outpaths. This commit fixes the breakage on mips. Closes #224694
- Loading branch information