-
Notifications
You must be signed in to change notification settings - Fork 117
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
[apko resolver] melange grinds to a halt w/ local abseil-cpp build #1651
Comments
I'm 95% sure that we're in a call loop https://github.com/chainguard-dev/apko/blob/87846cbbf05d84f9b699c9a848a8ec1b539f06fd/pkg/apk/apk/repo.go#L796 . |
This was referenced Nov 18, 2024
dannf
added a commit
to dannf/os
that referenced
this issue
Jan 5, 2025
Add explicit build-dep on openssf-compiler-options so that CI orders the builds correctly. While this fixes a FTBFS, allowing a new abseil-cpp into the archive would trigger an issue in current versions of melange[*], so I'm avoiding bumping the epoch at this time. Fixes: wolfi-dev#34075 [*] chainguard-dev/melange#1651 Signed-off-by: dann frazier <[email protected]>
dannf
added a commit
to dannf/os
that referenced
this issue
Jan 5, 2025
… OS team Updates may cause build problems until this issue is resolved: chainguard-dev/melange#1651 Signed-off-by: dann frazier <[email protected]>
dannf
added a commit
to dannf/os
that referenced
this issue
Jan 5, 2025
Add explicit build-dep on openssf-compiler-options so that CI orders the builds correctly. While this fixes a FTBFS, allowing a new abseil-cpp into the archive would trigger an issue in current versions of melange[*], so I'm avoiding bumping the epoch at this time. Fixes: wolfi-dev#34075 [*] chainguard-dev/melange#1651 Signed-off-by: dann frazier <[email protected]>
closure was unintentional |
dannf
changed the title
melange grinds to a halt w/ local abseil-cpp build
[apko resolver] melange grinds to a halt w/ local abseil-cpp build
Jan 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
v0.15.8
, which useschainguard.dev/apko v0.19.9
(but also tested building w/chainguard.dev/apko v0.20.0
).When I'm trying to build packages against a local repo w/ locally-built packages from
abseil-cpp
,melange
grinds to a halt when resolving dependencies:I've given it many hours, but it never completes. Memory usage continues to grow, and it burns CPU:
Here's a session log, including a backtrace triggered by SIGABRT: console.log.txt
Here's a copy of my index and pub key for easy reproduction: test-repo.tar.gz.
The text was updated successfully, but these errors were encountered: