-
Notifications
You must be signed in to change notification settings - Fork 67
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
Installing Gem Fails With Permission Error #19
Comments
Hey @sanssecours, there was a change to switch from the pre-installed version of ruby that comes with Mojave to the latest by installing it with brew. Seems like you'll need to use |
BTW sorry for the false warning message. Your task was upgrade from |
Thank you for the information. I still do wonder why using |
This commit fixes ElektraInitiative#3193. See also: cirruslabs/macos-image-templates#19
This commit fixes ElektraInitiative#3193. See also: cirruslabs/macos-image-templates#19
👋 Hi,
first I would like to thank you for offering your great CI service for FLOSS software for free. It works really well and is quite fast too. After this round of well deserved praise 😊, it is probably time to write about the problem I noticed with some of the recent changes to the macOS images.
It seems like it is no longer possible to install Ruby gems with the Homebrew’s version of Ruby. I created a project that shows this problem here. As you can see in the log file, the command
gem install
fails with a file permission error:The installation even fails with this permission error if I use the option
--user-install
.Another minor problem I noticed is the banner “High Sierra images were deprecated! Auto upgraded to mojave-xcode-11.2.1”. This message seems rather strange, since
cirrus.yml
already specifies a macOS Mojave image.The text was updated successfully, but these errors were encountered: