aws / aws-nitro-enclaves-sdk-bootstrap

This project builds the kernel, nsm driver and bootstrap process for AWS Nitro Enclaves.
Apache License 2.0
16 stars 18 forks source link

Properly limit parallelism of the kernel build #24

Closed gkelly closed 1 year ago

gkelly commented 1 year ago

Issue #, if available: #23

Description of changes: Properly limit parallelism of the kernel build. The Makefile currently invokes the kernel build with make -j$(nprocs), but because $(nprocs) is unbound this leads to unlimited parallelism.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.