build: gcc-11 support removed because of ICEs

This commit is contained in:
Mateusz Pusz
2023-12-22 18:23:44 +01:00
parent be1705bc4a
commit 4bb25d2661
4 changed files with 2 additions and 29 deletions

View File

@ -54,18 +54,6 @@ jobs:
# compiler: { type: MSVC, version: 193, cc: "", cxx: "" },
# conan-config: "",
# }
- {
name: "GCC-11",
os: ubuntu-22.04,
compiler:
{
type: GCC,
version: 11,
cc: "gcc-11",
cxx: "g++-11",
},
conan-config: "",
}
- {
name: "GCC-12",
os: ubuntu-22.04,

View File

@ -53,17 +53,6 @@ jobs:
# os: windows-2022,
# compiler: { type: MSVC, version: 193, cc: "", cxx: "" },
# }
- {
name: "GCC-11",
os: ubuntu-22.04,
compiler:
{
type: GCC,
version: 11,
cc: "gcc-11",
cxx: "g++-11",
},
}
- {
name: "GCC-12",
os: ubuntu-22.04,

View File

@ -14,9 +14,7 @@
As of today, the library compiles fine on the following compilers (or newer):
- gcc-11
- please note that we observed some ICEs on gcc-11
- no problems with gcc-12.2+
- gcc-12
- clang-16
- apple-clang-15

View File

@ -27,9 +27,7 @@ The library source code is hosted on [GitHub](https://github.com/mpusz/mp-units)
As of today, the library compiles fine on the following compilers (or newer):
- gcc-11
- please note that we observed some ICEs on gcc-11
- no problems with gcc-12.2+
- gcc-12
- clang-16
- apple-clang-15