From 0914a14cc0169429ceeab91ee4bfc2924587eea5 Mon Sep 17 00:00:00 2001 From: yxycrhistina <9678490+yxycrhistina@user.noreply.gitee.com> Date: Sat, 11 Sep 2021 14:32:51 +0000 Subject: [PATCH] update bpftrace.spec. --- bpftrace.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpftrace.spec b/bpftrace.spec index 243e31c..907b127 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -9,7 +9,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz # Arches will be included as upstream support is added and dependencies are # satisfied in the respective arches -ExclusiveArch: x86_64 %{power64} aarch64 +ExclusiveArch: x86_64 %{power64} aarch64 riscv64 BuildRequires: gcc-c++ bison flex cmake elfutils-libelf-devel BuildRequires: zlib-devel llvm-devel clang-devel -- Gitee