We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://app.circleci.com/pipelines/github/ruby/ruby-docker-images/1516/workflows/ba534e33-79f8-4898-b6f7-d8d7789ba178/jobs/4331?invite=true#step-102-4939
------ > [ruby 9/13] COPY --from=build /usr/local/lib/libruby.so.3.3.0-preview1 /usr/local/lib/: ------ failed to compute cache key: "/usr/local/lib/libruby.so.3.3.0-preview1" not found: not found rake aborted!
This means the following step is failed.
COPY --from=build \ /usr/local/lib/libruby.so.${RUBY_SO_SUFFIX:-$RUBY_VERSION} \ /usr/local/lib/
I think this can be fix by specifying RUBY_SO_SUFFIX when ruby_version is a preview version. This should be carried out in Rakefile.
RUBY_SO_SUFFIX
ruby_version
The text was updated successfully, but these errors were encountered:
I cannot work on this issue due to my family issue immediately. The contribution is very welcome.
Sorry, something went wrong.
No branches or pull requests
https://app.circleci.com/pipelines/github/ruby/ruby-docker-images/1516/workflows/ba534e33-79f8-4898-b6f7-d8d7789ba178/jobs/4331?invite=true#step-102-4939
This means the following step is failed.
I think this can be fix by specifying
RUBY_SO_SUFFIX
whenruby_version
is a preview version. This should be carried out in Rakefile.The text was updated successfully, but these errors were encountered: