summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2022-02-23 18:39:16 +0100
committerKefu Chai <tchaikov@gmail.com>2022-07-30 04:05:04 +0200
commit856e93d7e5410a194fa02e5c6f235356be737fd8 (patch)
tree474831b45c17ad190cf68ebcb210a143594c3155 /install-deps.sh
parentMerge pull request #46248 from linuxbox2/wip-rgwlc-tryharder (diff)
downloadceph-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-xinstall-deps.sh1
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
;;