-
Notifications
You must be signed in to change notification settings - Fork 607
fix(build,amdsimd): pin to upstream commit with build failure fix #16385
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
base: tomls/base/main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| [components.amdsmi] | ||
|
|
||
| # Pin to commit that includes libdrm-2.4.130 compatibility fix needed for Azure Linux. | ||
| spec = { type = "upstream", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "033e87d8bcd9480840f42e122c2f69e2629240a2" } | ||
|
Comment on lines
+1
to
+4
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pin comment explains what is being pinned, but it’s missing the usual traceability and exit criteria used elsewhere in the repo. Please add a reference link to the Fedora dist-git commit (e.g., src.fedoraproject.org URL with branch=f43) and a TODO/condition for when this
upstream-commitpin can be dropped (e.g., once the default Fedora 43 snapshot in distro config advances past this commit).