Build
We use devcontainer to maintain a consistent build environment.
To build all supported EDK2 variants, please run make deb
within devcontainer.
Set BUILD_TARGET
to DEBUG
in src/Makefile
to build for debug artifacts.
Edit DSC
in src/Makefile
to reduce amount of variants that will be built.
You should also edit debian/edk2-cix.install
to exclude unbuild variants,
otherwise debuild
will complain that those files are missing.