From 3f29fc73a65b4a2e577d2b212fedac63743f23d3 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 1 Aug 2023 13:39:40 -0500 Subject: [PATCH] Mark as incompatible with ppc64le and s390x for now, as inline assembly is not stable yet Signed-off-by: Michel Alexandre Salim --- rust-probe.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rust-probe.spec b/rust-probe.spec index 401f640..df277c1 100644 --- a/rust-probe.spec +++ b/rust-probe.spec @@ -15,6 +15,10 @@ Source: %{crates_source} BuildRequires: rust-packaging >= 21 +# error[E0658]: inline assembly is not stable yet on this architecture +# https://github.com/rust-lang/rust/issues/93335 +ExcludeArch: ppc64le s390x + %global _description %{expand: Static instrumentation probes.}