From 8f504ec5ce0999ff19923ae4d8cf742dd8b6ba05 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 11 Oct 2018 15:51:44 -0400 Subject: [PATCH] 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 --- ci/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 4bbd6b00..734d5e66 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -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 \