Make the definition of LookupReferenceFunc unconditional#2089
Make the definition of LookupReferenceFunc unconditional#2089openshift-merge-bot[bot] merged 1 commit intocontainers:mainfrom
Conversation
Move the definition of our LookupReferenceFunc type alias to a file that isn't conditionally compiled. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
|
Ephemeral COPR build failed. @containers/packit-build please check. |
|
LGTM |
|
Sure |
|
Does this address the bloat issue mentioned in containers/buildah#5532 (comment)? |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mheon, nalind The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I believe pulling in common/libimage/manifest versus pulling common/libimage should fix it. |
When I look at the |
Move the definition of our LookupReferenceFunc type alias to a file that isn't conditionally compiled, as an alternative to containers/buildah#5628.