Skip to content

Commit 8f80fb9

Browse files
committed
Remove testing & support for really old clang <= 3.8.
The old clangs have problems with the Lyra library and SFINAE. To avoid increased development time to workarounds dropping support for them.
1 parent 7a99888 commit 8f80fb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Continuously tested on:
1616

1717
* FreeBSD Clang 11, 12, 13, 14, 15, 16, 17, 18, 19
1818
* FreeBSD 10, 11, 12, 13, 14
19-
* Linux Clang 3.6, 3.7, 3.8, 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
19+
* Linux Clang 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
2020
* Linux GCC 4.8, 4.9, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
2121
* macOS Xcode 14.1, 14.2, 14.3.1, 15.4, 16.0
2222
* Windows MinGW 8.1.0

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ stages:
272272
Clang 5: {CXX: clang++-5.0, TOOLSET: clang-5.0, PACKAGES: clang-5.0, LLVM_VER: 5.0, LLVM_OS: 'bionic', CONTAINER: "ubuntu_1804"}
273273
Clang 4: {CXX: clang++-4.0, TOOLSET: clang-4.0, PACKAGES: clang-4.0, LLVM_VER: 4.0, LLVM_OS: 'xenial', CONTAINER: "ubuntu_1604"}
274274
Clang 3.9: {CXX: clang++-3.9, TOOLSET: clang-3.9, PACKAGES: clang-3.9, LLVM_VER: 3.9, LLVM_OS: 'xenial', CONTAINER: "ubuntu_1604"}
275-
Clang 3.8: {CXX: clang++-3.8, TOOLSET: clang-3.8, PACKAGES: clang-3.8, LLVM_VER: 3.8, LLVM_OS: 'xenial', CONTAINER: "ubuntu_1604"}
276-
Clang 3.7: {CXX: clang++-3.7, TOOLSET: clang-3.7, PACKAGES: clang-3.7, CONTAINER: "ubuntu_1604"}
277-
Clang 3.6: {CXX: clang++-3.6, TOOLSET: clang-3.6, PACKAGES: clang-3.6, CONTAINER: "ubuntu_1604"}
275+
# Clang 3.8: {CXX: clang++-3.8, TOOLSET: clang-3.8, PACKAGES: clang-3.8, LLVM_VER: 3.8, LLVM_OS: 'xenial', CONTAINER: "ubuntu_1604"}
276+
# Clang 3.7: {CXX: clang++-3.7, TOOLSET: clang-3.7, PACKAGES: clang-3.7, CONTAINER: "ubuntu_1604"}
277+
# Clang 3.6: {CXX: clang++-3.6, TOOLSET: clang-3.6, PACKAGES: clang-3.6, CONTAINER: "ubuntu_1604"}
278278
pool:
279279
vmImage: 'ubuntu-20.04'
280280
container: $[ variables['CONTAINER'] ]

0 commit comments

Comments
 (0)