Fix devcontainer Dockerfile for Ruby 3.3.0 on Apple Silicon #293

Merged
robzolkos merged 1 commits from ruby-version-devcontainer into main 2024-02-06 02:36:54 +08:00
robzolkos commented 2024-02-05 01:51:08 +08:00 (Migrated from github.com)

This compiles a Ruby 3.3.0 with a patch that fixes issues on Apple Silicon Macs. It is a bandaid until Ruby 3.3.1 when we will revert back to using blessed ruby docker images.

This compiles a Ruby 3.3.0 with a patch that fixes issues on Apple Silicon Macs. It is a bandaid until Ruby 3.3.1 when we will revert back to using blessed ruby docker images.
robzolkos commented 2024-02-05 01:55:37 +08:00 (Migrated from github.com)

Waiting on feedback from @leemcalilly on if this fixes the devcontainer on his M2 Mac.

Waiting on feedback from @leemcalilly on if this fixes the devcontainer on his M2 Mac.
leemcalilly commented 2024-02-06 02:20:11 +08:00 (Migrated from github.com)

@robzolkos This is working for me now. Thanks!

@robzolkos This is working for me now. Thanks!
plattenschieber commented 2024-04-30 04:17:34 +08:00 (Migrated from github.com)

I coped with the same issue and fixed it with the patch like you. Gladly, today I found out, that 3.3.1 is available and makes this fix obsolete.
@robzolkos

I coped with the same issue and fixed it with the patch like you. Gladly, today I found out, that 3.3.1 is available and makes this fix obsolete. @robzolkos
Sign in to join this conversation.