From c6f04f733ed0f1fa4d76e097fe0e2de4ce35fa03 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 5 Mar 2022 16:09:53 +0800 Subject: [PATCH] ceph-perf-pull-requests: install clang-12 on debian/ubuntu 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 --- .../config/definitions/ceph-perf-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml index 7cc438ed..4d5008b5 100644 --- a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml +++ b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml @@ -166,7 +166,7 @@ . /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 -- 2.47.3