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

patched for Ruby3.3.0 bug #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

oakbow
Copy link
Contributor

@oakbow oakbow commented Feb 19, 2024

patched for Ruby3.3.0 bug https://bugs.ruby-lang.org/issues/20085

Ruby3.3.0 is now under problem with Machine on aarch64-linux, known as Apple Silicon.
The typical issue is running Rails application with Docker on M1/M2/M3 Mac.

to be avoid this bug, we need to add a configure to build Ruby3.3.0.

# https://bugs.ruby-lang.org/issues/20085#note-5
./configure ASFLAGS=-mbranch-protection=pac-ret

this Dockerfile is referred from https://github.com/docker-library/ruby/blob/master/3.3/bullseye/Dockerfile , the official of ruby:3.3.0-bullseye docker image.

@oakbow oakbow self-assigned this Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant