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
Dockerfile.gcc: add -j$(nproc) to kernel and module build steps
The kernel build and NVIDIA out-of-tree module build were running
single-threaded. Add -j$(nproc) to utilize all available cores,
matching the pattern already used by ZFS and rtw88 builds.
Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
0 commit comments