]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
install-deps.sh: only prepare wheels for "make check"
authorKefu Chai <kchai@redhat.com>
Tue, 27 Aug 2019 01:22:34 +0000 (09:22 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 27 Aug 2019 09:53:28 +0000 (17:53 +0800)
commitff631a19b4f39c3fbc431af5142c205612825d0c
tree095abfe3bd7837ab76bd067d0892aef65e4b75c8
parentb0aec383412adf3c38502912a2d0542dfdc24b98
install-deps.sh: only prepare wheels for "make check"

* move `for_make_check` to the beginning of script, as FreeBSD will also
  use this variable
* extract `preload_wheels_for_tox()` function out to improve readability
* call `preload_wheels_for_tox()` only if `for_make_check` is true

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh