]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: install proper compiler version on Debian/Ubuntu 65990/head
authorDan Mick <dan.mick@redhat.com>
Sun, 19 Oct 2025 00:45:31 +0000 (17:45 -0700)
committerDan Mick <dan.mick@redhat.com>
Sun, 19 Oct 2025 00:47:32 +0000 (17:47 -0700)
commitfd19a09e02b4506d40b24c5044224747f6a49bf3
tree107b9417789d2532c53d9ba1a33494d3c016d670
parentcd4a69b6230397132c2df5cecfc340c2284603e2
install-deps.sh: install proper compiler version on Debian/Ubuntu

This code used to run in a pbuilder hook (because it needed to run
inside the build environment chroot).  When building in a container,
you also want the right compiler installed.

This is necessary at least to build reef on ubuntu focal.

Fixes: https://tracker.ceph.com/issues/73585
Signed-off-by: Dan Mick <dan.mick@redhat.com>
install-deps.sh