From 21d7747b3062e33588fa1c205bf914be9e17040d Mon Sep 17 00:00:00 2001 From: Binu Philip Date: Tue, 31 Mar 2026 15:55:19 +0000 Subject: [PATCH] fix(build,amdsimd): pin to upstream commit with build failure fix Commit 033e87d8bcd9480840f42e122c2f69e2629240a2 on f43 brings the fix for the build faiure we are hitting. Pin amdsimd to that commit. Test build with the fix worked. --- base/comps/amdsmi/amdsmi.comp.toml | 4 ++++ base/comps/components-full.toml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 base/comps/amdsmi/amdsmi.comp.toml diff --git a/base/comps/amdsmi/amdsmi.comp.toml b/base/comps/amdsmi/amdsmi.comp.toml new file mode 100644 index 00000000000..4946e3f4342 --- /dev/null +++ b/base/comps/amdsmi/amdsmi.comp.toml @@ -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" } diff --git a/base/comps/components-full.toml b/base/comps/components-full.toml index 2e3337b76f7..70a6d14f23e 100644 --- a/base/comps/components-full.toml +++ b/base/comps/components-full.toml @@ -283,7 +283,6 @@ [components.alex] [components.allegro] [components.alsa-lib] -[components.amdsmi] [components.aml] [components.amtterm] [components.anaconda-webui]