Understanding permission in new macOS instances #1129
-
Hi, So, I am experimenting the new macOS images, it took me a bit to figure it out what to actually write in the yaml file to get it to switch from Intel to Apple Silicon,to get it running again. But now I have an error I am not sure what it means https://cirrus-ci.com/task/5716167344521216 I am trying to get Ninja in Additional question, does the Apple Silicon used by Cirrus comes with the feature to run Intel-64 binaries too? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @ericoporto, My guess is that System Integrity Protection in newer versions of macOS restricted more things like touching Also if you have an Apple Silicone machine at your hands, you can try to play around with the VMs locally using our virtualization solution called Tart: https://github.com/cirruslabs/tart |
Beta Was this translation helpful? Give feedback.
Hey @ericoporto,
My guess is that System Integrity Protection in newer versions of macOS restricted more things like touching
/usr/local/bin
withoutsudo
. I'd suggest to try tosudo cp
insted.Also if you have an Apple Silicone machine at your hands, you can try to play around with the VMs locally using our virtualization solution called Tart: https://github.com/cirruslabs/tart