ci/build.sh: Drop unnecessary pkg_install cargo

The latest releases in the stable repos now include the new cargo BR, so
we can drop this now.

Closes: #1606
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2018-10-11 15:51:44 -04:00 committed by Atomic Bot
parent 886a0e4986
commit 8f504ec5ce

View File

@ -23,8 +23,6 @@ fi
pkg_upgrade
pkg_install_builddeps rpm-ostree
# Temporary until spec file changes are upstreamed
pkg_install cargo
# Mostly dependencies for tests
pkg_install ostree{,-devel,-grub2} createrepo_c /usr/bin/jq PyYAML \
libubsan libasan libtsan elfutils fuse sudo python-gobject-base \