From 1cfb9a989fb95e236f57fa729ed2c22410c60d46 Mon Sep 17 00:00:00 2001 From: Dmitry Khominich Date: Fri, 5 Mar 2021 16:44:12 +0200 Subject: [PATCH] [Ubuntu] add clang-11 --- images/linux/toolsets/toolset-2004.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 0fa655381..63d623cc7 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -123,7 +123,9 @@ "iputils-ping", "lib32z1", "libc++abi-dev", + "libc++abi-11-dev", "libc++-dev", + "libc++-11-dev", "libcurl4", "libgbm-dev", "libgconf-2-4", @@ -233,7 +235,8 @@ "versions": [ "8", "9", - "10" + "10", + "11" ], "default_version": "10" },