summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-04-19 11:49:24 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-04-19 11:49:24 +0200
commitf2def1303b3ed967667d137a5e8ab0ebe42fc22a (patch)
tree93b3dbc8ef7ec961f7319689e2d3d522bbaf478f /.github
parent62fcedd0c81e56d243e6689891b6a83de470a2d4 (diff)
downloadATCD-f2def1303b3ed967667d137a5e8ab0ebe42fc22a.tar.gz
Add clang12
* .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 29e70582968..506858c15e9 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -79,6 +79,12 @@ jobs:
Repo: llvm-toolchain-$(lsb_release -cs)-11
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
os: ubuntu-20.04
+ - CC: clang-12
+ CXX: clang++-12
+ PackageDeps: clang-12
+ Repo: llvm-toolchain-$(lsb_release -cs)-12
+ 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