]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script: use install-deps.sh to install extra packages wanted by run-make.sh
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 5 Oct 2022 14:19:32 +0000 (10:19 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 18 Feb 2025 22:58:08 +0000 (17:58 -0500)
commit89a35c1dc4c14b67015687721fba72e5ef11060d
tree2d5a07af950364c11be92ac162ca969d002f2ed6
parent192d26bd7af7f7f87f55a91c07087e07833bd944
script: use install-deps.sh to install extra packages wanted by run-make.sh

The run-make.sh script's prepare method pulls in additional dependencies
that are needed by the CI build and tests. To avoid issues such as these
packages not being available until after install-deps.sh being run in a
container environment, we allow install-deps.sh and its new
INSTALL_EXTRA_PKGS input variable to handle all of the dependency
installation.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 5f92f545c67efa38e1c977b1c87281abad5ec748)
src/script/run-make.sh