From 71e6f3d037eee1e577a7d20ea5bda75cbf348dbb Mon Sep 17 00:00:00 2001 From: Powei Feng Date: Mon, 13 Feb 2023 14:49:45 -0800 Subject: [PATCH] Update linux clang to version 10 (#6556) --- build/linux/ci-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/ci-common.sh b/build/linux/ci-common.sh index dc9c311110..6161e8ef14 100755 --- a/build/linux/ci-common.sh +++ b/build/linux/ci-common.sh @@ -1,7 +1,7 @@ #!/bin/bash # version of clang we want to use -GITHUB_CLANG_VERSION=8 +GITHUB_CLANG_VERSION=10 # version of CMake to use instead of the default one CMAKE_VERSION=3.19.5 # version of ninja to use