-
Notifications
You must be signed in to change notification settings - Fork 416
ruby3.3-console/1.29.0 package update #33419
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
Conversation
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
|
Gen AI suggestions to solve the build error: Based on the error log, the build is failing during the patch application step. Here are the steps to fix this:
# 1. Check the current patch content
cat packages/ruby3.3-console/gemspec.patch # or wherever your patch file is located
# 2. Generate a new patch that matches the current source:
cd /tmp
git clone https://github.com/socketry/console
cd console
git checkout v1.29.0
# Make your required changes to console.gemspec
git diff > new.patch
# 3. Replace the existing patch with the new one:
cp new.patch /path/to/your/wolfi/packages/ruby3.3-console/gemspec.patch
# 4. Update the melange YAML if needed:
# Make sure the patch section looks something like:
pipeline:
- uses: patch
with:
patches:
- path: gemspec.patchThe patch is likely failing because:
After updating the patch file, try running the build again. If you still have issues, you may need to:
|
Signed-off-by: Mark McCormick <mark.mccormick@chainguard.dev>
Package ruby3.3-console: Click to expand/collapsePackage ruby3.3-console:
(
"""
# Generated by melange
pkgname = ruby3.3-console
- pkgver = 1.27.0-r0
+ pkgver = 1.29.0-r0
arch = x86_64
- size = 157070
+ size = 160682
origin = ruby3.3-console
pkgdesc = Beautiful logging for Ruby.
url =
- commit = d105915c382e79b235e7bc2c2d4841bfe43cf1e1
- builddate = 1729897607
+ commit = 46f92e1af03efda78436c2571c4d88aa5f46194d
+ builddate = 1731283423
license = MIT
depend = ruby-3.3
... // 2 identical lines
depend = ruby3.3-fiber-storage
depend = ruby3.3-json
- datahash = 2d733e8098849e02bb38c60e694e7969d69e8c8b53d2c3c1873f6d45a5ba3966
+ datahash = 461910b0c139d1d1d73f920091fcc58a5b98c87cdae2614b66457d7067aa911a
"""
)
Added: /usr/lib/ruby/gems/3.3.0/gems/console-1.29.0/bake/console.rb |
Package update, plus the Git patch needed to be re-generated for this release.