Also exclude builds on 32-bit ARM architectures

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent f4cb7e6cff
commit 3cf252fd62
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -16,9 +16,9 @@ Source: %{crates_source}
# * bump nix from 0.25 to 0.26 # * bump nix from 0.25 to 0.26
Patch: below-btrfs-fix-metadata.diff Patch: below-btrfs-fix-metadata.diff
# bindgen code does not work on i686; # bindgen code does not work on 32-bit architectures;
# multiple btrfs_api::open_source::btrfs_sys::bindgen_test_layout_btrfs_ioctl_* test failures # multiple btrfs_api::open_source::btrfs_sys::bindgen_test_layout_btrfs_ioctl_* test failures
ExcludeArch: %{ix86} ExcludeArch: %{arm32} %{ix86}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

Loading…
Cancel
Save