cargo-test: do not expect that any 'test' repo exist
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
e22db71d55
commit
c0a1800c11
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash -euf
|
||||
|
||||
dnf -y --best install rust-packaging
|
||||
dnf -y --best --nogpgcheck --repo="test-$pkg" install "$pkg-devel"
|
||||
dnf -y --best install rust-packaging "$pkg-devel"
|
||||
|
||||
provides=$(rpm -qP "$pkg-devel")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue