Mark as incompatible with ppc64le and s390x for now, as inline assembly is not stable yet

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9 imports/e9/rust-probe-0.5.1-2.el9
Michel Alexandre Salim 1 year ago
parent d139cd3452
commit 3f29fc73a6
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -15,6 +15,10 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 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: %global _description %{expand:
Static instrumentation probes.} Static instrumentation probes.}

Loading…
Cancel
Save