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

cloud/awscloud: exclude really old instance types #4496

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

croissanne
Copy link
Member

@croissanne croissanne commented Nov 26, 2024

RHEL 10 (nightly) builds fail on stage with "Fatal glibc error: CPU does not support x86-64-v3", this is most likely due to very old instance types not supporting a specific instruction set.

@ondrejbudai
Copy link
Member

ondrejbudai commented Nov 29, 2024

This is weird, RHEL 9 requires only x86_64-v2, it might be beneficial to investigate this and report this.

However, RHEL 10 requires x86_64-v3, so this PR absolutely makes sense: https://access.redhat.com/solutions/7066628

x86_64-v3 is Haswell and newer, see https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels

Looking at the AWS specs for old generations, I think we should also remove: c3*, i2*, m2*, m3* and r3* (all Ivy Bridge or older)

@croissanne croissanne force-pushed the exclude-instancetypes branch from e8c7185 to 37f75c7 Compare November 29, 2024 11:41
RHEL 10 (nightly) builds fail on stage with "Fatal glibc error: CPU does
not support x86-64-v3", this is most likely due to very old instance
types not supporting a specific instruction set.
@croissanne croissanne force-pushed the exclude-instancetypes branch from 37f75c7 to d85b18c Compare November 29, 2024 11:51
Copy link
Member

@ondrejbudai ondrejbudai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@croissanne croissanne merged commit 38b799f into osbuild:main Nov 29, 2024
45 of 46 checks passed
@croissanne croissanne deleted the exclude-instancetypes branch November 29, 2024 14:42
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