You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This builds on UBI9, which ships with a glibc requiring certain modern CPU features. The following error is seen:
Fatal glibc error: CPU does not support x86-64-v2
I understand that EL8 does not have the same modern CPU requirements - I wonder if this build could use UBI8 instead? I suspect it will work just as well for what it is doing?
I am happy to test this in my environment, if such a change (or some other change to solve this) would be acceptable.
Specifically, my environment is libvirt VMs with the qemu64 CPU, which lacks some things like ssse3 etc.
Setting the model to host-passthrough works, but, is not ideal - and more users than me will encounter this problem I suspect.
The text was updated successfully, but these errors were encountered:
Sorry, I think this issue got overlooked for some time... I wonder what actually triggers that error? If a simple switch to ubi8 fixes the issue I'm more than happy to merge that.
This builds on UBI9, which ships with a glibc requiring certain modern CPU features. The following error is seen:
I understand that EL8 does not have the same modern CPU requirements - I wonder if this build could use UBI8 instead? I suspect it will work just as well for what it is doing?
I am happy to test this in my environment, if such a change (or some other change to solve this) would be acceptable.
Specifically, my environment is libvirt VMs with the
qemu64
CPU, which lacks some things like ssse3 etc.Setting the model to host-passthrough works, but, is not ideal - and more users than me will encounter this problem I suspect.
The text was updated successfully, but these errors were encountered: