summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-20 16:35:04 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-02-20 16:35:04 +0100
commitfd5c368d5c7b26ff2a44446bd215e28ffc07b033 (patch)
treef345667ac67100a8acd7db1b2c826d61be110399 /.github/workflows
parent9740e05c8e2f2c906444bf6b4ae01dd24e39cf39 (diff)
downloadATCD-fd5c368d5c7b26ff2a44446bd215e28ffc07b033.tar.gz
Remove clang5
* .github/workflows/linux.yml: * ACE/include/makeinclude/platform_linux_clang.GNU:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 50a5f38d2ff..a0f771a303c 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -62,11 +62,6 @@ jobs:
optional_macros: CCFLAGS+=-std=c++20
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
os: ubuntu-22.04
- - CC: clang-5.0
- CXX: clang++-5.0
- PackageDeps: clang-5.0
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
- os: ubuntu-18.04
- CC: clang-6.0
CXX: clang++-6.0
PackageDeps: clang-6.0