diff options
author | Adam C. Emerson <aemerson@redhat.com> | 2023-05-16 00:31:38 +0200 |
---|---|---|
committer | Adam Emerson <aemerson@redhat.com> | 2023-07-05 21:45:07 +0200 |
commit | 244c5ebbd4d5683da7f57612cc02e946aae7fd73 (patch) | |
tree | 93f1adc863b0be5322c8acfd116dd0c342139ed4 /make-dist | |
parent | Merge PR #52290 into main (diff) | |
download | ceph-244c5ebbd4d5683da7f57612cc02e946aae7fd73.tar.xz ceph-244c5ebbd4d5683da7f57612cc02e946aae7fd73.zip |
build: Bump boost to 1.82
Needed to fix coroutine detection under Clang
Signed-off-by: Adam C. Emerson <aemerson@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 22bf2c98c00..dfe56cef64f 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.79.0 -download_boost $boost_version 475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39 \ +boost_version=1.82.0 +download_boost $boost_version a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6 \ https://boostorg.jfrog.io/artifactory/main/release/$boost_version/source \ https://download.ceph.com/qa download_liburing 0.7 8e2842cfe947f3a443af301bdd6d034455536c38a455c7a700d0c1ad165a7543 \ |