From bf8aad46ecc9e97755bc4b463346ee13975b31da Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 3 Oct 2022 20:18:30 +0100 Subject: [PATCH] build: gitpod conan profile for clang14 fixed --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 632f8dc4..4afa9855 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -92,7 +92,7 @@ tasks: conan profile update env.CC=/usr/bin/clang-13 clang13 conan profile update settings.compiler=clang clang14 conan profile update settings.compiler.version=14 clang14 - conan profile update settings.compiler.libcxx=libc++11 clang14 + conan profile update settings.compiler.libcxx=libstdc++11 clang14 conan profile update env.CXX=/usr/bin/clang++-14 clang14 conan profile update env.CC=/usr/bin/clang-14 clang14 conan profile update settings.compiler=clang clang15