From 15a610677be406d250c1f6732b03c8b87e693a0a Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 14 May 2021 11:25:07 +0300 Subject: [PATCH] [ubuntu] Remove clang 9 for ubuntu 20, set clang 11 as the default one (#3381) --- images/linux/toolsets/toolset-2004.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index efabd165a..72a6873cf 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -245,12 +245,11 @@ }, "clang": { "versions": [ - "9", "10", "11", "12" ], - "default_version": "10" + "default_version": "11" }, "gcc": { "versions": [