-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
fix: Make Wolfi build again. #812
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will push this through. Failed builds are unrelated
I'm getting this error now, took a stab at it here, still investigating but just putting it on the radar since we moved the toolboxes: |
I think we still need to be pinned to 2.68. wolfi-dev/os#11139 indicates that 2.69 was pulled. |
* feat: Add Warehouse (ublue-os#798) * chore: clean-up dotfiles from home dir (ublue-os#794) Co-authored-by: m2Giles <[email protected]> Co-authored-by: Jorge O. Castro <[email protected]> * feat: add gaming, gamingutilities, utilities folders in gnome (ublue-os#792) Co-authored-by: Jorge O. Castro <[email protected]> * chore: Cleanup bluefin-cli (ublue-os#801) * chore(deps): bump EyeCantCU/cosign-action from 0.2.1 to 0.2.2 (ublue-os#799) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: add contributors action (ublue-os#802) * chore(ci): fix syntax error (ublue-os#803) * fix: provide build workflow with write permissions to the repo contents (ublue-os#805) * chore(ci): extract contributors readme action to separate workflow (ublue-os#806) * fix: Make Wolfi build again (ublue-os#812) * feat: move toolboxes to ublue-os/toolboxes (ublue-os#814) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Pat Connors <[email protected]> Co-authored-by: Ion Spanos <[email protected]> Co-authored-by: m2Giles <[email protected]> Co-authored-by: Jorge O. Castro <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robert Sturla <[email protected]> Co-authored-by: hirnidrin <[email protected]>
Wolfi build fails since 2 days due to a libcap version confilict originating from chainguard. distrobox init needs libcap -> every chainguard image building on wolfi-base is affected when trying to use it with distrobox.
Temporary fix: Pin libcap=2.68-r0 until this is sorted out upstream.