-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add option to ignore rosetta's failure to install #160
Comments
It's related to these APIs in the virtualization framework https://developer.apple.com/documentation/virtualization/running_intel_binaries_in_linux_vms_with_rosetta?language=objc |
lstocchi
pushed a commit
to lstocchi/vfkit
that referenced
this issue
Oct 8, 2024
…lled this adds a ignore-if-missing option that allows vfkit to not fail if the rosetta installation do not succeed for some reason (e.g. user cancelled installation). So far, if the rosetta installation was cancelled or failed vfkit exited with an error. This behavior still exists if ignore-if-missing option is not set or it is false. This will be used by podman bc there could be a fallback and rosetta could also be not mandatory containers/podman#23153 it fixes crc-org#160
lstocchi
pushed a commit
to lstocchi/vfkit
that referenced
this issue
Oct 8, 2024
…lled this adds a ignore-if-missing option that allows vfkit to not fail if the rosetta installation do not succeed for some reason (e.g. user cancelled installation). So far, if the rosetta installation was cancelled or failed vfkit exited with an error. This behavior still exists if ignore-if-missing option is not set or it is false. This will be used by podman bc there could be a fallback and rosetta could also be not mandatory containers/podman#23153 it fixes crc-org#160
github-project-automation
bot
moved this from Ready for review
to Done
in Project planning: crc
Oct 17, 2024
lstocchi
pushed a commit
to lstocchi/vfkit
that referenced
this issue
Oct 30, 2024
…lled this adds a ignore-if-missing option that allows vfkit to not fail if the rosetta installation do not succeed for some reason (e.g. user cancelled installation). So far, if the rosetta installation was cancelled or failed vfkit exited with an error. This behavior still exists if ignore-if-missing option is not set or it is false. This will be used by podman bc there could be a fallback and rosetta could also be not mandatory containers/podman#23153 it fixes crc-org#160
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When being prompted for rosetta installation, it's possible for the user to cancel the installation if they don't want rosetta. If the user does this,
vfkit
will exit with an error as rosetta was requested but it's not available.podman would like for this behaviour to be optional, see containers/podman#23153
The text was updated successfully, but these errors were encountered: