]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-perf-pull-requests: install clang-12 on debian/ubuntu 1973/head
authorKefu Chai <tchaikov@gmail.com>
Sat, 5 Mar 2022 08:09:53 +0000 (16:09 +0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 19 May 2022 02:59:44 +0000 (10:59 +0800)
now that clang-12 is available for focal-updates, let's use it.

regarding the error message and warnings reported by compiler, the newer
the merrier.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml

index 7cc438ed48c540971501156de4db0774811f81d7..4d5008b51e91f77dc5db15bf76966f1bbf855a09 100644 (file)
           . /etc/os-release || ID=ubuntu
           case $ID in
           debian|ubuntu)
-              sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y python3-yaml python3-lxml python3-prettytable clang-10
+              sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y python3-yaml python3-lxml python3-prettytable clang-12
               ;;
           centos|rhel)
               sudo dnf copr remove tchaikov/llvm-toolset-10 || true