From 1c2ab877aba33c6397cd4e5647c4d8d79848f43d Mon Sep 17 00:00:00 2001 From: Antony Peacock Date: Mon, 21 Jul 2025 11:19:11 +0100 Subject: [PATCH] Remove Clang-14 support --- .conan/profiles/clang/14/compiler | 7 ------- .conan/profiles/clang/14/x64-libc++-debug | 7 ------- .conan/profiles/clang/14/x64-libc++-msr | 7 ------- .conan/profiles/clang/14/x64-libc++-release | 7 ------- .conan/profiles/clang/14/x64-libc++-rwdi | 7 ------- .github/workflows/cmake.yml | 14 -------------- 6 files changed, 49 deletions(-) delete mode 100644 .conan/profiles/clang/14/compiler delete mode 100644 .conan/profiles/clang/14/x64-libc++-debug delete mode 100644 .conan/profiles/clang/14/x64-libc++-msr delete mode 100644 .conan/profiles/clang/14/x64-libc++-release delete mode 100644 .conan/profiles/clang/14/x64-libc++-rwdi diff --git a/.conan/profiles/clang/14/compiler b/.conan/profiles/clang/14/compiler deleted file mode 100644 index ae5151a22..000000000 --- a/.conan/profiles/clang/14/compiler +++ /dev/null @@ -1,7 +0,0 @@ -include(../../compiler/clang) - -[settings] -compiler.version=14 - -[conf] -tools.build:compiler_executables={"c":"clang-14","cpp":"clang++-14"} diff --git a/.conan/profiles/clang/14/x64-libc++-debug b/.conan/profiles/clang/14/x64-libc++-debug deleted file mode 100644 index 13d683892..000000000 --- a/.conan/profiles/clang/14/x64-libc++-debug +++ /dev/null @@ -1,7 +0,0 @@ -include(../../default) -include(../../arch/x64) -include(../../config/debug) -include(../../os/current) -include(../../packages/settings) -include(compiler) -include(../../cpp/20) diff --git a/.conan/profiles/clang/14/x64-libc++-msr b/.conan/profiles/clang/14/x64-libc++-msr deleted file mode 100644 index ce3ef15d0..000000000 --- a/.conan/profiles/clang/14/x64-libc++-msr +++ /dev/null @@ -1,7 +0,0 @@ -include(../../default) -include(../../arch/x64) -include(../../config/min-size-rel) -include(../../os/current) -include(../../packages/settings) -include(compiler) -include(../../cpp/20) diff --git a/.conan/profiles/clang/14/x64-libc++-release b/.conan/profiles/clang/14/x64-libc++-release deleted file mode 100644 index e84523f7e..000000000 --- a/.conan/profiles/clang/14/x64-libc++-release +++ /dev/null @@ -1,7 +0,0 @@ -include(../../default) -include(../../arch/x64) -include(../../config/release) -include(../../os/current) -include(../../packages/settings) -include(compiler) -include(../../cpp/20) diff --git a/.conan/profiles/clang/14/x64-libc++-rwdi b/.conan/profiles/clang/14/x64-libc++-rwdi deleted file mode 100644 index a776de04e..000000000 --- a/.conan/profiles/clang/14/x64-libc++-rwdi +++ /dev/null @@ -1,7 +0,0 @@ -include(../../default) -include(../../arch/x64) -include(../../config/rel-with-deb-info) -include(../../os/current) -include(../../packages/settings) -include(compiler) -include(../../cpp/20) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ae8f99a3c..5f652641a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -49,20 +49,6 @@ jobs: compiler: { type: GCC, version: 14, conan: "gcc", cc: "gcc-14", cxx: "g++-14", std: 23 }, lib: "libstdc++11" } - - { - name: "Ubuntu Clang-14 + libc++", - os: ubuntu-22.04, - compiler: - { - type: CLANG, - version: 14, - conan: "clang", - cc: "clang-14", - cxx: "clang++-14", - std: 20 - }, - lib: "libc++", - } - { name: "Ubuntu Clang-15 + libc++", os: ubuntu-22.04,