diff options
author | Casey Bodley <cbodley@users.noreply.github.com> | 2024-06-27 17:35:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-27 17:35:32 +0200 |
commit | 0a1d0933ad393691b894e83dfc824927da201b46 (patch) | |
tree | febe866d64976bc7e4d21c9c649c23aae7e838c6 /make-dist | |
parent | Merge PR #53755 into main (diff) | |
parent | submodule: Remove boost_redis submodule (diff) | |
download | ceph-0a1d0933ad393691b894e83dfc824927da201b46.tar.xz ceph-0a1d0933ad393691b894e83dfc824927da201b46.zip |
Merge pull request #57581 from adamemerson/wip-boost-1.85
build: Bump boost version to 1.85
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist index fde1773c9b1..e874436a5e7 100755 --- a/make-dist +++ b/make-dist @@ -191,8 +191,8 @@ ln -s . $outfile tar cvf $outfile.version.tar $outfile/src/.git_version $outfile/ceph.spec # NOTE: If you change this version number make sure the package is available # at the three URLs referenced below (may involve uploading to download.ceph.com) -boost_version=1.82.0 -download_boost $boost_version a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6 \ +boost_version=1.85.0 +download_boost $boost_version 7009fe1faa1697476bdc7027703a2badb84e849b7b0baad5086b087b971f8617 \ https://download.ceph.com/qa \ https://archives.boost.io/release/$boost_version/source download_liburing 2.5 456f5f882165630f0dc7b75e8fd53bd01a955d5d4720729b4323097e6e9f2a98 \ |