Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EDK2 test build #20

Merged
merged 2 commits into from
Aug 22, 2022
Merged

Add EDK2 test build #20

merged 2 commits into from
Aug 22, 2022

Commits on Aug 18, 2022

  1. Add EDK2 test build

    Run a build of OvmfPkg/ArmVirtPkg on images created via the GitHub workflow.
    This serves as a very basic smoke-test to see if the imge is able to
    build EDK2.
    
    It uses stuart to build OvmfPkg for X64, and ArmVirtPkg for AARCH64 and
    ARM.
    
    For now, only the last sub-image (aka target) in the list for each
    image is tested.
    
    Note: contains a workaround. The external dependency files or AARCH64 and
    ARM compilers are removed, so that the ones supplied by the image are
    used. Currently, stuart on the EDK2 master branch downloads all tools
    at runtime. This workaround can be removed later.
    
    Signed-off-by: Oliver Steffen <osteffen@redhat.com>
    osteffenrh committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    8356408 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    2669673 View commit details
    Browse the repository at this point in the history