Skip to content
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

Restrict pessimization of M4 arch to macOS 15.2 #3197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jandubois
Copy link
Member

It has reportedly been fixed in 15.3:

This commit also caches the results of osutil.ProductVersion (on macOS) because additional calls should always return the same results.

The cortex-a7 CPU fails to run some workloads that earlier M* CPUs already support:

$ docker run -it --rm  public.ecr.aws/amazonlinux/amazonlinux:2023
Fatal glibc error: This version of Amazon Linux requires a newer ARM64 processor
                   compliant with at least ARM architecture 8.2-a with Cryptographic
                   extensions. On EC2 this is Graviton 2 or later.

@jandubois jandubois added this to the v1.0.5 milestone Feb 6, 2025
@jandubois jandubois mentioned this pull request Feb 6, 2025
It has reportedly been fixed in 15.3:
* https://gitlab.com/qemu-project/qemu/-/issues/2721#note_2318005270
* another report from a colima user on Slack

This commit also caches the results of `osutil.ProductVersion` (on macOS)
because additional calls should always return the same results.

Signed-off-by: Jan Dubois <jan.dubois@suse.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants