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

Conversation

osteffenrh
Copy link
Contributor

Description

CI:
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.

Closes #17

Containers Affected

All Linux images.

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 osteffenrh self-assigned this Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A CI for the image builds
2 participants