Skip to content
#

edk2

Here are 66 public repositories matching this topic...

matthewfcarlson
matthewfcarlson commented Mar 12, 2021

Describe the bug
The edk2toolext\environment\repo_resolver.py doesn’t accept shorthand commit values. To ensure the dependency file has a correct commit hash value, I suggest adding a check for a full commit hash value near line 215:

    else:
        if len(commit) != 40:
            logger.critical(
                "Dependency {0} has a malformed commit hash.  Fail.".
bug enhancement good first issue

Improve this page

Add a description, image, and links to the edk2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the edk2 topic, visit your repo's landing page and select "manage topics."

Learn more