From 21e5dda5b7440b97d6b7ea38cd0ea352a85893c2 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 4 Oct 2022 00:15:06 +0100 Subject: [PATCH] build(example): gitpod support fixed --- .gitpod.yml | 1 + CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 4afa9855..6c4a24d7 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -78,6 +78,7 @@ tasks: cp default gcc12 cp default clang13 cp default clang14 + cp default clang15 popd conan profile update settings.compiler.version=10 gcc10 conan profile update env.CXX=/usr/bin/g++-10 gcc10 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7104764..7e121501 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ below or prefix any `mp-units` URL (main branch, other branches, issues, PRs, .. The above environment provides you with: -- all supported compilers for Linux development (`g++-10`, `g++-11`, `g++12`, `clang-12`, `clang-13`, `clang-14`, and `clang-15`) +- all supported compilers for Linux development (`g++-10`, `g++-11`, `g++12`, `clang-13`, `clang-14`, and `clang-15`) and the latest version of build tools like `cmake` and `conan` - all Conan dependencies preinstalled on the machine - all documentation generation tools ready to use