summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-24 10:40:32 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-24 10:40:32 +0200
commit6c01478539b72a68088a9136bdeb3d2ee5188547 (patch)
tree38dc77db8e8e462198379b734ec91359526ce2e3 /.github
parent350d4011d2eddbe4429d0048b8dfda4e293be23c (diff)
downloadATCD-6c01478539b72a68088a9136bdeb3d2ee5188547.tar.gz
Add clang11
* .github/workflows/linux.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index a3596ba7372..29e70582968 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -73,6 +73,12 @@ jobs:
Repo: llvm-toolchain-$(lsb_release -cs)-10
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
os: ubuntu-20.04
+ - CC: clang-11
+ CXX: clang++-11
+ PackageDeps: clang-11
+ Repo: llvm-toolchain-$(lsb_release -cs)-11
+ platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
+ os: ubuntu-20.04
- feature: CORBA/e micro
CC: gcc-10
CXX: g++-10