Revert temporary workarounds for rustc 1.59 issues on s390x

This reverts commit dc312913f3.
epel9
Fabio Valentini 3 years ago
parent dc312913f3
commit 31d0091d37
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -69,23 +69,15 @@ use the "debug" feature of the "%{crate}" crate.
%cargo_generate_buildrequires
%build
%ifnarch s390x
# * temporary workaround for rustc 1.59 issues on s390x
# https://bugzilla.redhat.com/show_bug.cgi?id=2058803
%cargo_build
%endif
%install
%cargo_install
%if %{with check}
%check
%ifnarch s390x
# * temporary workaround for rustc 1.59 issues on s390x
# https://bugzilla.redhat.com/show_bug.cgi?id=2058803
%cargo_test
%endif
%endif
%changelog
%autochangelog

Loading…
Cancel
Save