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>
. /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