Skip to content
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

3.3.0-preview1 is not supported in the current Dockerfile #52

Open
mrkn opened this issue May 13, 2023 · 1 comment
Open

3.3.0-preview1 is not supported in the current Dockerfile #52

mrkn opened this issue May 13, 2023 · 1 comment

Comments

@mrkn
Copy link
Member

mrkn commented May 13, 2023

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.

@mrkn
Copy link
Member Author

mrkn commented May 13, 2023

I cannot work on this issue due to my family issue immediately. The contribution is very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant