From 6e36f26e6ab5cb0de99264393236a190580156d5 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 9 Dec 2025 03:06:00 -0800 Subject: [PATCH] chore(cuda-profiler): noarch (#8186) (#8208) --- anda/lib/nvidia/cuda-profiler/anda.hcl | 2 +- anda/lib/nvidia/cuda-profiler/cuda-profiler.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/nvidia/cuda-profiler/anda.hcl b/anda/lib/nvidia/cuda-profiler/anda.hcl index d50e653b01..6581344f62 100644 --- a/anda/lib/nvidia/cuda-profiler/anda.hcl +++ b/anda/lib/nvidia/cuda-profiler/anda.hcl @@ -1,5 +1,5 @@ project pkg { - arches = ["x86_64", "aarch64", "i386"] + arches = ["x86_64"] rpm { spec = "cuda-profiler.spec" } diff --git a/anda/lib/nvidia/cuda-profiler/cuda-profiler.spec b/anda/lib/nvidia/cuda-profiler/cuda-profiler.spec index 20dd050493..8ddb1dbc98 100644 --- a/anda/lib/nvidia/cuda-profiler/cuda-profiler.spec +++ b/anda/lib/nvidia/cuda-profiler/cuda-profiler.spec @@ -6,11 +6,11 @@ Name: cuda-profiler Epoch: 1 Version: 13.1.80 -Release: 1%?dist +Release: 2%?dist Summary: CUDA Profiler API License: CUDA Toolkit URL: https://developer.nvidia.com/cuda-toolkit -ExclusiveArch: x86_64 ppc64le aarch64 %{ix86} +BuildArch: noarch # Different tarballs per architecture but they all contain the same headers: Source0: https://developer.download.nvidia.com/compute/cuda/redist/%{real_name}/linux-x86_64/%{real_name}-linux-x86_64-%{version}-archive.tar.xz