]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
install-deps: unconditionally install boost libraries
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 8 Jan 2025 14:53:26 +0000 (09:53 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 17 Mar 2025 19:43:20 +0000 (15:43 -0400)
commitd4df6900b371b17705818492231cae44bab5f76a
treef3cb4dbd24d938c27645e7b0ea03e92915438fdf
parenteef245fcb18c15f27a00421b7fcd0a2213ef356c
install-deps: unconditionally install boost libraries

If we add a new Boost component, the install-deps.sh script will not install it
because other Boost libraries are installed with the desired version. Just
unconditionally install. The package manager is smart enough to skip already
installed packages.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 668a556322d8767b3e9e82230f099bcd9211f576)
install-deps.sh