summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
authorAdam C. Emerson <aemerson@redhat.com>2022-03-07 23:14:50 +0100
committerAdam C. Emerson <aemerson@redhat.com>2022-07-22 17:04:43 +0200
commit947ac23979b6c4ba2617090f2d9a36e1f40f60c8 (patch)
treef82fff2e84c74ccc7add16d4fb40a229520f5292 /install-deps.sh
parentMerge pull request #46405 from mgfritch/ceph-backport-fw-slash (diff)
downloadceph-947ac23979b6c4ba2617090f2d9a36e1f40f60c8.tar.xz
ceph-947ac23979b6c4ba2617090f2d9a36e1f40f60c8.zip
build: Bump Boost version to 1.79
Also remove bind_allocator, as Boost.Asio now provides this function. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-deps.sh b/install-deps.sh
index 1302d2d3fe6..19a861e72e6 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -168,7 +168,7 @@ function install_pkg_on_ubuntu {
function install_boost_on_ubuntu {
in_jenkins && echo "CI_DEBUG: Running install_boost_on_ubuntu() in install-deps.sh"
- local ver=1.75
+ local ver=1.79
local installed_ver=$(apt -qq list --installed ceph-libboost*-dev 2>/dev/null |
grep -e 'libboost[0-9].[0-9]\+-dev' |
cut -d' ' -f2 |
@@ -183,7 +183,7 @@ function install_boost_on_ubuntu {
fi
local codename=$1
local project=libboost
- local sha1=7aba8a1882670522ee1d1ee1bba0ea170b292dec
+ local sha1=892ab89e76b91b505ffbf083f6fb7f2a666d4132
install_pkg_on_ubuntu \
$project \
$sha1 \