diff options
author | Casey Bodley <cbodley@redhat.com> | 2022-02-23 18:39:16 +0100 |
---|---|---|
committer | Kefu Chai <tchaikov@gmail.com> | 2022-07-30 04:05:04 +0200 |
commit | 856e93d7e5410a194fa02e5c6f235356be737fd8 (patch) | |
tree | 474831b45c17ad190cf68ebcb210a143594c3155 /install-deps.sh | |
parent | Merge pull request #46248 from linuxbox2/wip-rgwlc-tryharder (diff) | |
download | ceph-856e93d7e5410a194fa02e5c6f235356be737fd8.tar.xz ceph-856e93d7e5410a194fa02e5c6f235356be737fd8.zip |
install-deps: enable ubuntu toolchain ppa for gcc11 on focal
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-x | install-deps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-deps.sh b/install-deps.sh index d57de8df09b..e0e8ae4c3c5 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -311,6 +311,7 @@ else $with_zbd && install_libzbd_on_ubuntu bionic ;; *Focal*) + ensure_decent_gcc_on_ubuntu 11 focal [ ! $NO_BOOST_PKGS ] && install_boost_on_ubuntu focal $with_zbd && install_libzbd_on_ubuntu focal ;; |