about summary refs log tree commit diff homepage
path: root/scripts/build/p-clang-linux-ubuntu-22.04.inc
blob: dc125bd57f66de58aeeffa56f94a84f17c9db5ef (plain) (blame)
1
2
3
4
5
6
7
8
get_docker_config_id_clang() {
  if [[ "${LLVM_VERSION_SHORT}" -ge "11" ]]; then
    echo ""
    return 0;
  else
    return 1;
  fi
}