-
Notifications
You must be signed in to change notification settings - Fork 278
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
ruby3.2-async/2.21.1 package update #38187
Conversation
octo-sts
bot
commented
Dec 21, 2024
Gen AI suggestions to solve the build error: Based on the error output, I'll provide a structured analysis and solution: • Detected Error:
• Error Category: Configuration/Patch • Failure Point: The patch step failed when trying to apply "001-remove-signing-key.patch" • Root Cause Analysis: The patch is failing to apply cleanly because the gemspec file structure has likely changed in version 2.21.1 compared to when the patch was created • Suggested Fix:
--- a/async.gemspec
+++ b/async.gemspec
@@ -11,7 +11,6 @@ Gem::Specification.new do |spec|
spec.authors = ["Samuel Williams"]
spec.email = ["samuel.williams@oriontransfer.co.nz"]
- spec.cert_chain = ['release.cert']
- spec.signing_key = File.expand_path('~/.gem/release.pem')
-
spec.summary = %q{A concurrency framework for Ruby.}
spec.homepage = "https://github.com/socketry/async" • Explanation:
• Additional Notes:
• References:
To implement the fix:
|
Duplicate of #38357 |
Not a duplicate the ruby version is different |
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Signed-off-by: Dentrax <furkan.turkal@chainguard.dev>
Signed-off-by: Dentrax <furkan.turkal@chainguard.dev>
704f074
to
12dc388
Compare