Add BuildRequires: bash
Fix tests failing randomly. Related: rhbz#1999686
This commit is contained in:
parent
249fb12ffa
commit
d47e9dd9dc
@ -12,6 +12,7 @@ Source1: https://github.com/mdevctl/mdevctl/archive/%{version}/%{name}-%{version
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: bash
|
||||
BuildRequires: make
|
||||
BuildRequires: systemd
|
||||
BuildRequires: rust-toolset
|
||||
@ -33,7 +34,9 @@ vfio-mdev for assignment to virtual machines.
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%check
|
||||
export MDEVCTL_LOG=debug RUST_BACKTRACE=full
|
||||
%cargo_test
|
||||
|
||||
%files
|
||||
|
||||
Loading…
Reference in New Issue
Block a user