-
Notifications
You must be signed in to change notification settings - Fork 111
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
RHCOS 4.12 ppc64le - Fatal glibc error: CPU lacks ISA 3.00 support (POWER9 or later required) #1000
Comments
This is almost certainly the ppc64le equivalent of coreos/coreos-assembler@28fc80b - I bet it would work to add a conditional there and use |
cc @ravanelli |
ummmm, I can give it a try. But I think RHEL9 or CentOs9 wasn't suppose to run in a P8 host ... |
Ah right sorry, I think you're right in this case we are using KVM. OK whee, so we're using stream9 to make s390x work, but we can't use stream9 for ppc64le in our current setup. Hmmmm. I guess we could use stream8 only for ppc64le here for now... |
Or alternatively, use stream9 only for s390x. This all said, what we're doing with the extensions here is really the just the "canary in the coal mine" for the overall ppc64le issues - we're going to run straight into this when we try to do stream9/rhel9 ppc64le on the current p8 hardware too. Probably what would help here as a general rule is to:
|
OK I think #1004 will fix this, can someone give it a try? |
I'm on it |
We already got a P9 to move for the new CI. When we should start the RHEL9 change? |
The ppc64le test on a p8 passed:
|
During buildextensions-container, the following error is observed.
The text was updated successfully, but these errors were encountered: