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 %cargo_generate_buildrequires
%build %build
%ifnarch s390x
# * temporary workaround for rustc 1.59 issues on s390x
# https://bugzilla.redhat.com/show_bug.cgi?id=2058803
%cargo_build %cargo_build
%endif
%install %install
%cargo_install %cargo_install
%if %{with check} %if %{with check}
%check %check
%ifnarch s390x
# * temporary workaround for rustc 1.59 issues on s390x
# https://bugzilla.redhat.com/show_bug.cgi?id=2058803
%cargo_test %cargo_test
%endif %endif
%endif
%changelog %changelog
%autochangelog %autochangelog

Loading…
Cancel
Save