]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
build_utils.sh: Don't update pip after installing 1031/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 16 May 2018 16:21:29 +0000 (12:21 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 16 May 2018 16:47:53 +0000 (12:47 -0400)
commitff01d2c5831fedeb8b87f3d51c28e357a4ea7374
tree19822a539d7e8344d84ed7ea9f63753bfaf9367c
parente3f19e13a6a37df2ea2fe12e42d071ca65e6cc60
build_utils.sh: Don't update pip after installing

Attempting to update pip was resulting in job failures because the wheel
wasn't present in the local pip cache.

Since we pinned pip to 10.0.0 in
https://github.com/ceph/ceph-build/pull/1007, we don't need to update
pip immediately after.

Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh