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

Allow vendored pkgconfig deps #935

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

jonjohnsonjr
Copy link
Contributor

Some packages vendor multiple versions of the same dependency. For example, neon contains several version of postgres. These versions each had a pkgconfig directory that provided different versions of the same thing. These overlapping provides cause apk to fail when trying to install it.

@jonjohnsonjr
Copy link
Contributor Author

Weird: wolfi-dev/os#11326

Some packages vendor multiple versions of the same dependency. For
example, neon contains several version of postgres. These versions each
had a pkgconfig directory that provided different versions of the same
thing. These overlapping provides cause apk to fail when trying to
install it.

Also fix presubmit that broke due to change in wolfi-dev/os.

Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
@imjasonh
Copy link
Member

Is this something we can add a test for? 🙏

Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
@jonjohnsonjr jonjohnsonjr merged commit d50de70 into chainguard-dev:main Jan 18, 2024
30 of 32 checks passed
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.

2 participants