-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Trss bug: Aarch Windows is not recognised a valid platform #943
Comments
This is a side-effect of a combination of 2 issues:
Those 2 things combined caused the aarch64_windows build to be null in the TRSS GUI. #956 is a fix for #816 and subsequently fixes this issue as well. |
Thanks Shelley. I've subscribed to that PR. |
For awareness, once that PR is merged, I will also have to run a TRSS sync (so the live server will pick up the committed changes). |
The TRSS server has now been synched. |
Thanks @smlambert! 🤓 |
When viewing a pipeline in TRSS grid view, any Aarch64 Windows builds will not be shown.
Example: https://trss.adoptium.net/resultSummary?parentId=6748cd719e1252006ea53383
As we can see here, this pipeline does have an Aarch Windows build. Said build has an error message associated with its data:
So I think there a map/associative-array that matches platform strings to objects, and that map doesn't have an Aarch64 entry.
The text was updated successfully, but these errors were encountered: