Good morning.
I am looking to build EDK2 without using Azure.
I have looked through the execution flow .azurepipelines/Ubuntu-GCC5.yml
but as far as I can see there is no list of commands or steps in there that can be executed by any non-Azure component such as `make` or gcc.I see there are some lines using python scripts but it will be beyond my skills to translate them into a command line that can be used on ubuntu.
Seeing as this is an open sourcce project surely it should be possible to build it using purely open source tools rather than depending on a 3rd party to build it, and that is what I am looking for.
By the way I did trying using the Azure Devops Pipelines sevice but I was denied with the error "##[error]No hosted parallelism has been purchased or granted. To request a free parallelism grant, please fill out the following form https://aka.ms/azpipelines-parallelism-request".
Best regards
G.