-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unsupported Architecure! #22
Comments
Hello, Yes one can easily enable this tool to work on x86. Most of the FFDC validation performed by this tool are generic in nature. Thanks, |
I have tried on the latest intel Server Platform(IceLake Server),but it shows Unsupported Architecure! Unsupported Architecure! |
You will need to add "x86_64" in SUPPORTED_ARCHS from file servicereportpkg/global_context.py in order to get this working.. diff --git a/servicereportpkg/global_context.py b/servicereportpkg/global_conte> TOOL_NAME = os.path.basename(sys.argv[0]) |
Just adding x86_64 in supported architectures will not help. Can you run ServiceReport on x86 machine and provide some data about how it is working. If all the default plugins are working fine with x86_64 then we can add x86_64 in supported architectures. |
Is this tool could be supported on Intel X86 Server?
The text was updated successfully, but these errors were encountered: