mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
docs: intel_tdx: add jobs argument to make
This could speed up the build Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
c4e8e653ac
commit
6d395c51db
@ -51,7 +51,7 @@ git clone https://github.com/tianocore/edk2.git
|
|||||||
cd edk2
|
cd edk2
|
||||||
git checkout 13b97736c876919b9786055829caaa4fa46984b7
|
git checkout 13b97736c876919b9786055829caaa4fa46984b7
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
make -C BaseTools
|
make -C BaseTools -j `nproc`
|
||||||
source ./edksetup.sh
|
source ./edksetup.sh
|
||||||
build -p OvmfPkg/IntelTdx/IntelTdxX64.dsc -a X64 -t GCC5 -b RELEASE
|
build -p OvmfPkg/IntelTdx/IntelTdxX64.dsc -a X64 -t GCC5 -b RELEASE
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user