Build Failed on Google Cloud Arm instance #2574
-
|
I am unable to install ruby 3.4.6 or 3.4.7 on my Ubuntu 24.04 machine, running on a google cloud arm instance (c4a-standard-4-lssd). it works just fine on my AWS ec2 arm instance, so i wonder if its an issue with the google cloud instance somehow. I'm getting a message about a missing -arch in the build log: I'm using rbenv and ruby-build, the latest commits as of this writing (c8e87be3089fdcc471adc985ac4c04de082911ab and da5bb28) I don't have any weird flags set: I've installed all the packages described in the Ubuntu section of https://github.com/rbenv/ruby-build/wiki#suggested-build-environment, both for latest stable versions and older stable versions |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Have you tried it with Ruby 3.4.5? Did it work correctly? |
Beta Was this translation helpful? Give feedback.
-
|
AHA! I noticed this line: JRuby 10.0.2.0 was the only ruby installed on the machine, and it was made global. I deleted it, and then installing 3.4.7 worked! |
Beta Was this translation helpful? Give feedback.
AHA! I noticed this line:
JRuby 10.0.2.0 was the only ruby installed on the machine, and it was made global. I deleted it, and then installing 3.4.7 worked!